D
Dan Bellerue
In a Visual Studio ASP.Net (3.5) Web Application, I am unable to update an SqlDataSource (code returned is "0")in VB code even though the GridView displays the data changed by the code.
VB code: returnValue = UserSqlDataSource.Update()
UserSqlDataSource has an UpdateCommand = "UPDATE [User] SET [User_Locked?] = ? WHERE [User_ID] = ?"
Any ideas?
EggHeadCafe - Software Developer Portal of Choice
Styling WPF UI using Resource Dictionaries
http://www.eggheadcafe.com/tutorial...e-3a58a615c3d7/styling-wpf-ui-using-reso.aspx
VB code: returnValue = UserSqlDataSource.Update()
UserSqlDataSource has an UpdateCommand = "UPDATE [User] SET [User_Locked?] = ? WHERE [User_ID] = ?"
Any ideas?
EggHeadCafe - Software Developer Portal of Choice
Styling WPF UI using Resource Dictionaries
http://www.eggheadcafe.com/tutorial...e-3a58a615c3d7/styling-wpf-ui-using-reso.aspx