Jump to content
Xtreme .Net Talk

Recommended Posts

  • Leaders
Posted
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.
[sIGPIC]e[/sIGPIC]
Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...