| Thread | Last Post | Replies |
|
| Bind datareader to datagrid | 22 Jul 2005 19:51 GMT | 3 |
Hi... My program make a select to an table and return the results to a datagrid, it's all ok with dataset, but in large tables it needs to get the entire table to show in datagrid and sometimes it takes much time...
|
| Should throw exception when validating data? | 22 Jul 2005 19:47 GMT | 1 |
i'm wondering if it is preferred practice to throw exception in this circumstance. I have seen it done like that, but i have also read that you should try to never throw an exception in circumstances where you can do some test before the operation that would throw the test so that ...
|
| raising events in dynamically loaded com class | 22 Jul 2005 19:36 GMT | 1 |
in my c# app i dynamically load a extern com library. in this lib is a class with events. when i inspect the methods of this class i get to methods: remove_TestEvent
|
| Need help ... how to find if form is closed? | 22 Jul 2005 19:36 GMT | 2 |
Iv got a little bit of a threading problem. Iv got a form which handles events fired by an object running on another thread (the event handlers are executed on a thread differnet from the form's gui thread). Im using BeginInvoke to call methods on
|
| Whet to Use set{} | 22 Jul 2005 19:25 GMT | 5 |
I'm wrestling my way through OOPs concepts and have a question on set{}. Can anyone help From the stuff I've been reading, set and get are accessors to class properties (i.e. local class variables) which inturn are used to reflect the
|
| frustating FileSystemWatcher problem | 22 Jul 2005 18:41 GMT | 3 |
Is there any way to to get a list of file names that were deleted as a result of deleting their parent directory?? Cheers
|
| ToDouble() - problem | 22 Jul 2005 18:04 GMT | 3 |
This should be simple, but either I'm blind, stupid or going mad. I'm trying to convert a string, containing a numeric value to a double (in C#), but when I run the code below I get the error message "Input string was not in a correct format." Why?
|
| Reading the name of a variable | 22 Jul 2005 18:03 GMT | 4 |
I am wondering if there is a way in C# to get the name of a variable. Let's say: int MyName=3; How can I get a string with the Value "MyName"? Any ideas on that?
|
| To locate to me in a cell of the DataGrid | 22 Jul 2005 16:28 GMT | 1 |
I would like to know a doubt, I feel not to speak English good. I have a DataGrid in Visual Microsoft C# .NET, would like to know how as to locate to me in a cell in concrete. Pardon by the English, not to be written and to speak very well.
|
| button handler problem | 22 Jul 2005 16:25 GMT | 1 |
i have a c# asp.net webform that has a "Close" button. When the user clicks the Close button, a message box saying "do u want to save to database...?". the problem is that the statements inside the Close function are not being executed. how can i save the data in the webform to ...
|
| boolean and null | 22 Jul 2005 16:20 GMT | 3 |
Can a boolean data type be null? I'm passing a parameter to a stored procedure. It's type is defined by the line: ...
|
| CollectionBase Item Member Access | 22 Jul 2005 16:14 GMT | 3 |
Foundation...Accessing derived class members through a variable of their base class is just a matter of casting the variable to the derived class. How would you access the derived class members in a collection of type
|
| how can i convert C# code to vb.net code | 22 Jul 2005 16:14 GMT | 4 |
Is there any way to reverse enggineer the vb.net code from dll file(Portable Executable) i know the tools reflector but it doesn,t give me complete vb.net /c# code. Is there any other way to do that
|
| Help on File.Copy speed | 22 Jul 2005 15:59 GMT | 2 |
Does somebody know why File.Copy function is 10 times slower than standard windows drag and drop copy between folders, when I copy files over the network? Actually, I need to copy files from one computer to another over a 1GBit
|
| Fade PictureBox | 22 Jul 2005 15:54 GMT | 1 |
Hi everyone I'm new to winforms from asp.net and I'm trying to fade in/out an image in a picturebox on a winform. I'm doing research and I've found things like opacity for the winform, but I haven't had any luck with a picture box.
|