| Thread | Last Post | Replies |
|
| FTPWebRequest Problem | 12 Sep 2006 08:52 GMT | 2 |
If I create an MFC application in Visual Studio 6 using the following code: CInternetSession inet_session; CFtpConnection *ftp_connection; ftp_connection = inet_session.GetFtpConnection( "Integration300", "guest",
|
| GridView error | 12 Sep 2006 08:42 GMT | 3 |
I have a link button in TemplateField in a gridview called "transactionListGridView" and when tying to run this: protected void transactionListGridView_RowCommand(object sender, GridViewCommandEventArgs e)
|
| Question on Dispose and SelectNextControl | 12 Sep 2006 08:36 GMT | 1 |
Hey guys, I'm having some weird issues when calling Dispose on one of the controls in a user control from an asycn or sync method. When called form an async method Dispose makes a call to SelectNextControl but not when called from a
|
| Retrieve Parent object | 12 Sep 2006 08:20 GMT | 2 |
I have this (newbie) question, and worse I am not quite sure how to ask it. My problem is a bit similar as this With DataTables and Row, one can perfectly write this code, and it makes some sense.
|
| Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2 could not be found" | 12 Sep 2006 08:19 GMT | 2 |
"Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\my_proj\ce601211\9d5d0aae\App_WEB_header.ascx.asdf7d2.vcvdd1d.dll' could not be found"
|
| Object Reference Not set to an instance of an object - Help!!!! | 12 Sep 2006 07:46 GMT | 6 |
I know this message usually relates to trying to use a NULL instance of an object. However, this is not the case in my code. DestinationDirectory is a seperate class defined as follows: Namespace WebLogFileMover
|
| mulyiple language in c#.net application | 12 Sep 2006 07:16 GMT | 2 |
Hi this sarav... I having some languages in dropdownlist(like english,tamil,japan.......) based on this dropdown selection full application need to change
|
| Excel OLEDB reading Chinese characters unicode problem | 12 Sep 2006 06:54 GMT | 1 |
I have an excel sheet with Chinese characters in them. I'm using the OLEBE 4.0 Jet Driver in C# Microsoft Visual Studio 2005 to read from the Excel sheet and then enter into mySQL database. The problem isn't with mysql but with C# reading the chinese characters
|
| Cannot display web page | 12 Sep 2006 06:43 GMT | 1 |
I deployment my web application to server with WebSetup project But when a user request the web page, it display an error message: This is a marker file generated by the precompilation tool, and should not be deleted
|
| Memory Usage | 12 Sep 2006 03:02 GMT | 7 |
Hello Everyone.. Why when i build a REAAALY simples Console app with C#, when i compile using the realese method and execute, it already occupies almost 7mb of memory???
|
| Generics with inherited Interfaces. | 12 Sep 2006 01:30 GMT | 7 |
I have a question about using Generics with Interfaces and some of there inheritance issues / problems. If this is not possible what I describe below I will have to go a different route and would like some suggestions. I am unable to use abstract classes as my code must not ...
|
| Designating A TagPrefix | 12 Sep 2006 00:40 GMT | 4 |
Is there a way to define a controls tagprefix in the control itself? When I drop a control on a web page it's tagprefix defaults to uc1, as expected. Where can I set it so that it's default tag prefix is something else, so i don't have to change 'em every time I drop a control ...
|
| How to populate Access DB from large flat file? | 12 Sep 2006 00:35 GMT | 1 |
Hi, All I have flat text file with fixed record lenght w/o record delimiter, i need read this file and populate Access Database table, how can i achive this? The Record count is 1465321 records: I have to keep connection open and just
|
| ASP .NET Login Controls | 12 Sep 2006 00:30 GMT | 1 |
To confirm that the e-mail supplied in the new user wizard is correct, I would like to a) change the new user template not to contain password. b) I would like to send system generated password to the user asking them to change it on the next login attempt.
|
| book or article suggestion for multi-threaded winforms reading? | 12 Sep 2006 00:07 GMT | 3 |
I need to guide the training for some good ASP.NET programmers who don't have Windows Forms experience, and they will soon be put onto a project for multi-threaded winforms development. Can anyone suggest a good book for multi-threaded winforms learning? Or
|