Forum: C# 20 Days Ago |
| Replies: 1 Views: 225 I would like ask for some advice please, I am trying to create a program in C# but have the following problem. I am currently trying to loop through a batch of XML files that are stored in a folder. ... |
Forum: C# Aug 13th, 2009 |
| Replies: 0 Views: 204 Can someone please help me with the following problem. I currently have a datagrid linked to an sql database and in the grid I have a ckeckbox column. However, when I check the box in the current... |
Forum: C# Sep 10th, 2008 |
| Replies: 8 Views: 2,053 Thanks again but couldnt I just enter dynamic data direct through the datagrid and then just update the table(In other words actually click on the datagrid and then type data in the list and then... |
Forum: C# Sep 8th, 2008 |
| Replies: 8 Views: 2,053 I have tried using the following code: MovAdapt.UpdateCommand = cb.GetUpdateCommand but now I get the following exception:
An unhandled exception of type 'System.InvalidOperationException'... |
Forum: C# Sep 6th, 2008 |
| Replies: 8 Views: 2,053 Well when I press the update button which has the update method I then get the following exception:
An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll... |
Forum: C# Sep 6th, 2008 |
| Replies: 8 Views: 2,053 Can someone please help with the following problem I am trying to update a sql database through a command builder but I keep getting an sql exception (Additional information: System error.). I dont... |