| Thread | Last Post | Replies |
|
| Can't figure out this issue with Generics | 07 Jan 2008 17:06 GMT | 2 |
I am in over my head I think, I've got my brain running in circles trying to figure this out. I'm using remoting with a client and a server. I need the server to raise events on the client and after doing quite a bit of reading I found what I
|
| Get database name from connectionstring | 07 Jan 2008 16:39 GMT | 3 |
how can I obtain the dabase name from a connectionString retrieved from a ConfigurationManager.ConnectionStrings["MyConnectionString"]? I need this to set the text value of a label. Thanks in advance.
|
| 'user id' is an invalid connection string attribute error on Oracle.... | 07 Jan 2008 15:58 GMT | 7 |
I have a client connection problem with Oracle. The exe which i did with C# (vs.net 2005) and Oracle XE , works well on my developer machine but i am getting a connection string error on the client side. The error comes from System.Exception class not from OracleException.
|
| SQL Server 2005 "Connect to Server" Dialog | 07 Jan 2008 15:51 GMT | 1 |
Hello group, I am building several Windows C# applications that interact with SQL Server 2005 databases. Is it possible to re-use the SQL "Connect to Server" dialog box? Alternatively, can someone suggest a good canned
|
| Getting Index from ImageList | 07 Jan 2008 15:35 GMT | 1 |
Hi.. Can anybody tell me how can iget the index of an image from an imagelist after suppling the icon file name.. Thanx in advance
|
| Need help creating another XML file | 07 Jan 2008 15:28 GMT | 9 |
I want to create a new XML file from another XML file. The original file will be stored on the hard drive and it is about 3mb. I do not need everything from the original XML file so the new one will be much smaller and easier to manage. I only need to do this when new data has ...
|
| Databinding DataGridView to business object | 07 Jan 2008 14:56 GMT | 6 |
I'm attempting to code my own data access layer class; it's been about a month of coding, following examples, searching Wikipedia and UseNet, and my efforts have met with some success. Right now I'm implementing IList, but I may change it to a derived class depending on what I can
|
| postion of form | 07 Jan 2008 14:15 GMT | 4 |
I am using a form in an application that i have attached to the context menu using a program called right click configurator. The position of the applicaiton when called through the context menu is important. Is it possible for a form's load position to be made relative to the ...
|
| newbie: Getting the latest record in a DataTable in DataSet ??? | 07 Jan 2008 14:09 GMT | 3 |
.NET 2.0 Sql Server 2005 AFIAK when my .NET app starts it fills every DataTable objects in the DataSet with data
|
| WindowsPrincipal.IsInRole fails when there is Whitespace in role n | 07 Jan 2008 13:45 GMT | 1 |
I use the following function to ascertain if the current user is in ann AD security group. It appears to work, except if the group contains any space characters, it always returns false. For example I am a member of groups "NWDeveloper" and "IT Development"
|
| Determine if dataset has changed | 07 Jan 2008 12:01 GMT | 2 |
Hello experts, I used to program in Delphi and used TDataSet.State to check on the status of a database operation (Insert, Update, Delete, Browse). Now that I'm into C#, I would like to know if there is a property or class
|
| TDataSet.State equivalent in C# | 07 Jan 2008 09:12 GMT | 2 |
Hello experts, I used to program in Delphi and used TDataSet.State to check on the status of a database operation (Insert, Update, Delete, Browse). Now that I'm into C#, I would like to know if there is a property or class
|
| Image List ... | 07 Jan 2008 09:03 GMT | 1 |
Can anybody help me out in finding how to access an image from an imagelist without using Index property at run time....
|
| Changing values for unbound columns in a typed dataset | 07 Jan 2008 08:50 GMT | 6 |
My application connects to a SQLite db and gets a number of fields which are displayed in a list though a typed dataset. I need to manually update an unbound column (which contains the index of the picture, which is not stored in the DB) whose content is
|
| MDI Help | 07 Jan 2008 08:18 GMT | 10 |
I am trying to create an MDI Application. I am opening the windows OK (MDI Children). But I don't think I am doing it correctly. Basically, I declare the forms on the main form (Parent). frm1 f1;
|