| Thread | Last Post | Replies |
|
| Questions about Attributes | 20 Sep 2004 15:15 GMT | 1 |
Can anyone explain why to use Attributes instead of using just member variables? Which area of programming should I use them? Thanks in advance!
|
| The Size Type/Property | 20 Sep 2004 14:21 GMT | 1 |
Please, post the complete csharp code to implement a property like the Size one. Including the "Width" and "Height" order of appearance in the designer. Thanks.
|
| Stream writer in c# | 20 Sep 2004 14:01 GMT | 1 |
Can we use network path for reading the file using streamwrite function? The below code is working fine. string strContentsTemp, tmp; StreamWriter objWriter;
|
| Identify String got from <AppSettings> in web.config is Null | 20 Sep 2004 11:28 GMT | 1 |
I am facing a problem, I would like to do something after getting a value of a key from AppSettings in web.config file. I'd also like to do something if there is no any key in the AppSettings.
|
| Problem with submiting the page | 20 Sep 2004 09:45 GMT | 1 |
I m dealing in a situation tht there are two panels in a page. Each of the tow panels have some textboxes and submit button.ie. Each of the text boxes in both panels have RequiredFieldValidators on them.Now the problem is that whn i fill the text boxes of on panel and press the ...
|
| An open source drive space viewer | 20 Sep 2004 08:54 GMT | 2 |
I am looking to make an open source Drive space viewer. One that displays the sizes in a graph and lets you move through the directories via a treeview at the left. I have three questions i hope someone could help with:
|
| ExecuteScalar() Question | 20 Sep 2004 08:01 GMT | 1 |
Can someone tell me why I get a run time exception of "Invalid Cast" on the following code sample on the second line?: SqlCommand identity = new SqlCommand("SELECT @@Identity", conn); int temp = (int)(identity.ExecuteScalar());
|
| Should I Remove Microsoft Java Virtual Machine? | 20 Sep 2004 07:44 GMT | 2 |
Please note that I am cross posting this message because my question is browser specific, but at the same time, I need to run IE in my development environment under Windows 2000 Pro. My system was recently hijacked by spyware/adware and goodness knows what
|
| very large object allocation | 19 Sep 2004 22:17 GMT | 5 |
i just finished reading Jeoffrey Richter's article: http://msdn.microsoft.com/msdnmag/issues/1200/GCI2/default.aspx according to which, 20,000 bytes object do not get shifted upon freeing them.
|
| subtracting dates | 19 Sep 2004 20:47 GMT | 3 |
i want to subtract 30 days from the current date and get the resulting date in vb.net. How can I acheive this result? i have tried the same by subtracting 30 from NOW() but its not working. Waiting for immediate feedback.
|
| Login screen | 19 Sep 2004 19:15 GMT | 4 |
due to the new structure of the new ATI Catalyst, I had to update to 1.1 ( I wonder what was in those whopping 23 Megs...), and now it seems, the Login screen - which i don't use - has returned. Anybody have quick idea how to get rid of that nuisance again, and maybe why the fix ...
|
| StreamReader bug? | 19 Sep 2004 16:21 GMT | 3 |
I am trying to use the StreamReader to read through a simple text file. The file, however, is not necessarily read in order. I can manipulate the position of the current stream using the base stream's Seek method. Subsequent checks of the Position property indicate that the ...
|
| C# FAQ 1 | 19 Sep 2004 05:31 GMT | 1 |
How do I work with Data Types and Variables? http://www.codeproject.com/useritems/cs_faq_1.asp Regards, Anand N
|
| dotnet framework 1.1 install question | 18 Sep 2004 11:46 GMT | 1 |
What are the proper command line switches to silently install the Dotnet framework 1.1.?? Thanks
|
| Native OS Support for .Net Framework | 18 Sep 2004 06:24 GMT | 6 |
I thought that Microsoft was going to include the .Net framework with OS installs. This will reduce the installation time for .Net applications. When is this supposed to happen and which OS's? TIA
|