November 4th, 2009 07:25 PM
Don't fill the the tableadapter after every update, Just acceptchanges the dataset.
November 3rd, 2009 07:42 PM
April 29th, 2008 08:24 PM
Use the data adapter with store procedure command type...
MSDN can help
http://msdn.microsoft.com/en-us/library/59x02y99.aspx
April 29th, 2008 07:50 PM
Environment.UserDomainName
December 10th, 2007 07:41 PM
Listview is not a row based control, it is item base control so I think it is not necessary to get a row in a Listview. And I found Listview is very helpful to find the selected item inside it by...
December 2nd, 2007 06:32 PM
This is a link that explain about event, delegate, and event handler.
Hope this can help, its help me to understand about event.
http://www.codeproject.com/csharp/event_fundamentals.asp
November 29th, 2007 09:59 PM
May be you should try to binding only one tables...
November 29th, 2007 09:38 PM
what is the data source of "horariosBindingSource"?