Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hi, there,

i get the following error message whenever i try to edit a record in my application. I had the codes in Vb.net 2003. I actually used two grids in my design and a combo box. The first grid is used to display the content of my database with some columns nullable for some reasons. When any record is picked from this grid, the data are displayed in labels set up to hold such data. I also set up some textboxes for data inputs. These input data from the textboxes and the data displayed in the labels are then saved back in to the database ( the same table using sql's UPDATE statement)with the data from the text boxes to the nulled columns based on the Sql query criteria. These new record is then displayed in the second grid . The combobox is specifically used to show the content of a particular

column from which an item must be selected if editting is desired by the user. However, when editing , i always get the above error.

Does anyone havethe solution?

Posted
Is there any more information you can provide? What code are you trying to run? What line, specifically, is causing the exception?

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

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...