| Thread | Last Post | Replies |
|
| Creating dummy files.. | 16 Nov 2005 18:30 GMT | 1 |
Is there any tool or C# sample code, which can create dummy source files of various extensions like .js, .xml, .cs etc any in various file sizes on a network share? I need these files for testing Archive and Restore.
|
| Casting an Object to Interface | 16 Nov 2005 18:18 GMT | 3 |
Can any one tell me what happens when an object is casted to an interface, somthing bit deeper, the case is i do have an interface Ifunction which has got one method display(), and i have implemented the interface in one class and i have
|
| project settings and extensibility | 16 Nov 2005 18:08 GMT | 1 |
any you may know in vs2005 (possibly early versions) that you can click on the propertys folder in the solution explorer then click on the settings tab and add a setting for your project/application. What i would like to know is there some way of getting at this from the
|
| Datagrid doesn't completely refresh | 16 Nov 2005 17:49 GMT | 2 |
Probably an easy question, but I'm kinda stuck. Here's the scenario - I have a datagrid with, let's say, 10 rows. Now, if I click on a cell in 10th row, and then update underlying DataView to contain only 5 rows - the content of a clicked cell remains visible,
|
| How to get around Array reference values | 16 Nov 2005 17:46 GMT | 2 |
I want to convert each record read (with a datareader) to a string array and then place each of those arrays into another array (sResult) The problem here is that when the inner loop begins to process the 2nd record read (from the outer loop) & for example: iRowCnt ==1), the
|
| workflow engine in dotnet | 16 Nov 2005 17:44 GMT | 2 |
Any body has idea on Open source workflow engine developed in C#/VB.net pointers will be helpful thanx sajid
|
| System.Web.Mail.MailMessage.From property assignment problem | 16 Nov 2005 17:35 GMT | 3 |
Hi has anyone come accross the problem.... with referance to System.Web.Mail.MailMessage and System.Web.Mail.SmtpMail THIS WORKS FINE
|
| Display ListBox object as string | 16 Nov 2005 17:07 GMT | 6 |
I have started an earlier thread about this topic. I got some good info but I'm still confused. I'm trying to add a complex number object that contains a real and a imaninary double to a listbox. But I want the listbox to show a string that describes the number. e. g. 4 +j5
|
| How do i get rid of the < convert to < | 16 Nov 2005 16:18 GMT | 2 |
I am doing a data pull of HTML from a database that will be put into a drop down menu currently after i pull and populate the information, it converts my < into <
|
| Simple console application for sending mails not working | 16 Nov 2005 16:06 GMT | 9 |
i'm trying to compile a simple console application for sending a mail, my main idea is to schedule it to a particular time for sending mails using the windows schedular task lateron. Therefore i need an exe file to make that work. I compiled my file Emailtest.cs using this command
|
| DotNet2 | 16 Nov 2005 15:54 GMT | 3 |
Apart from the fact that its new, is it REALLY worth the cost of upgrading? I mean, is it faster in execution? And assuming I have an MSDN subscription, do I get a upgrade to VS2005?
|
| ASP.NET How can I get client IP after load balancer | 16 Nov 2005 15:52 GMT | 1 |
I am attempting to get access to the client IP after a request has gone through a load balancer. HttpContext.Current.Request.UserHostAddress is what I am using and getting what appears to be the load balancers IP.
|
| GetHostEntry? | 16 Nov 2005 15:51 GMT | 3 |
I use the code below to get the IP of computer: My computer has only one ip: 192.168.0.100, But there are tree IPs get by GetHostEntry: 192.168.0.100
|
| hardware interrupt in c# | 16 Nov 2005 15:38 GMT | 2 |
Here I am again, just learning C# and always wanting to learn the hard things first. As you might already know from other posts I'm trying to convert c++ code to C#. The problem I'm running into now is the creation and handling of an
|
| Legal Image Question | 16 Nov 2005 15:21 GMT | 5 |
Is it illegal to use an image from SQLServer 2005 in a program of mine?
|