Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
i have a datagrid and want to populate it with data from text boxes. i have 3 text boxes, each representing a column in a table. when each has info entered into it, and the add button is clicked i want to add the data from the 3 text boxes to a new row in the data table, this data will then be saved to the database. how do i add the info from the text boxes to the datagrid?
Posted
got it sorted. just created a dataTable, insert the row into that , bound the grid to that table and refreshed it. i was looking at it the wrong way altogether. sorry for wasting your time

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