fguihen Posted November 21, 2005 Posted November 21, 2005 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? Quote
fguihen Posted November 22, 2005 Author Posted November 22, 2005 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 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.