can i add data at runtime in grid view control?
i take one gridview control in which i want to take one table data from Database and second table i want to enter data at runtime & save it into Database.is this is possible by taking single gridview control ?How?
shree gunjalPosted Mar 29, 2011, 5:23 AM
Sam HobbsPosted Mar 28, 2011, 11:19 PM
Will there ever be any changes to the other table; the table that usually does not get new data? If there will ever be updates to both tables then it will be more complicated. Probably you can create a second form if you need to update the table that usually is not updated.
If you can provide more details of what you need then you will get more detailed answers.
Suthish NairPosted Mar 28, 2011, 9:35 AM