ambika Posted June 10, 2011 Posted June 10, 2011 i got this type of error when i was run my vb.net application System.Data.DataRowView in grid view. tell the error in my project Quote
Leaders snarfblam Posted June 10, 2011 Leaders Posted June 10, 2011 ambika, sorry, but you've given us virtually nothing to go on. Is this a run-time error? An error in the designer, or elsewhere in the IDE? It might help if you explain the exact steps that lead up to the error, when specifically the error occurs, and what message, if any, it gives you, as well as details. Quote [sIGPIC]e[/sIGPIC]
medsont Posted June 18, 2011 Posted June 18, 2011 i got this type of error when i was run my vb.net application System.Data.DataRowView in grid view. tell the error in my project please catch the exact Exception with Try....Catch block and post it here Try 'your codes here Catch ex As Exception MessageBox.Show(ex.ToString, "Error") End Try Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.