| Thread | Last Post | Replies |
|
| Data To Server | 21 Nov 2005 16:00 GMT | 1 |
Hello again, I'm having problems with sending data to the server, this is the code i am using int index = 0;
|
| How to make multi-row input | 21 Nov 2005 15:52 GMT | 1 |
We can only edit a row of data with GridView. How can we make a multi-row input ?
|
| protected override? | 21 Nov 2005 15:35 GMT | 3 |
can someone please explain what protected override void is ? what is it used for? thanks Doug
|
| SystemSounds class doesn't work? | 21 Nov 2005 15:35 GMT | 5 |
I just tried out the SystemSounds class, following along with C# Developer's Notebook, but it doesn't seem to work. I just put the following line on a button's click event, but when run the app and click the button, there's no sound at all.
|
| filter & datagrid | 21 Nov 2005 15:30 GMT | 1 |
I'm starting programming in visual studio and c# and i have a problem with filtering datagrid. I build form with datagrid and i see data from database. I find in microsoft web page information how to create filtering data grid but this doesn't work. What I must change? My form ...
|
| Garbage collector help. | 21 Nov 2005 15:29 GMT | 2 |
i am having two application which are using database connectivity. In both the application i am filling one large table of database into dataset. When i run first application it will fill table into dataset and
|
| dbnull value | 21 Nov 2005 15:15 GMT | 3 |
I have a grid on a winForm, where I can enter a date or leave it blank for data entry. If I have a data field blank I get a DBNull value error, how can I allow a blank date field in my grid be passed into the database without getting a DBNull error?
|
| how to get the Records (10 Pages datagrid paging) out of 50,000 Records. | 21 Nov 2005 15:04 GMT | 4 |
Hi All I need some help. I have been populated 50,000 Records in asp.net C# datagrid. Ever page has 10 records Example "<< Prev 1 2 3 4 5 6 7 8 9 10 Next>> Iam showing like that in my
|
| hook gdi | 21 Nov 2005 14:44 GMT | 1 |
i'm looking for C# samples code for hooking GDI (in particular TEXTOUT). Thanks a lot,
|
| I know a site: Free Csharp ebooks can solve your problems easily! | 21 Nov 2005 14:19 GMT | 1 |
Find your solutions with real Free eBOOKS! http://www.ebook5.com The Best free eBooks community! All these books posted by Internet Users!
|
| How to disconnect all connections of a Database. | 21 Nov 2005 14:15 GMT | 7 |
I write a restore program to restore a database. But it must stop all connecions to the database before resotre. How can I stop all connecions to the database by program?
|
| throttle IO operations | 21 Nov 2005 14:12 GMT | 5 |
I have an indexer thread running continuously. I want to set the priority of IO operations performed in this thread to LOW (in similar vein to setting CPU priority to low on a thread). How do I do this?
|
| What Caption for a MessageBox | 21 Nov 2005 13:49 GMT | 2 |
Here's a question for the group. I am presently writing a class, which is a simple Dialog/Form. It handles a fairly common function, so I writing it to be generic enough to be dropped into any application. Now, here's the problem: At one point, it pops up a
|
| Creating High Quality Image in .NET GDI+ | 21 Nov 2005 12:05 GMT | 4 |
I am trying to create some Chart in C#. But When i compare them to proffesional charting tools the look and feel is just not up to the mark. Can you please guide what i might be doing wrong?? Is it at all possible to create real high quality images in C#. Should i start using
|
| Prevent calling Web Service from being blocked | 21 Nov 2005 10:24 GMT | 2 |
Is there anyway to register an application with the various systems (like Windows firewall) to prevent the user from having to click the 'Allow action' or similar that pops up from applications like Windows Firewall?
|