Author: nitincn | Posted on: 12/17/2009 6:34:09 AM | Views : 823

Hi all.. I'm using HTML table in asp.net to show the data when page load occurs. This table rows consits of text boxes. I'm entering some data in text boxes , then hit Save button to save all the changes. This wont happens. Because when i hit Save button, HTML table rows becomes zero as another event occurs.
There may be 30 - 50 rows. I can create fixed rows by using ASP text boxes. But if data croses 50  then it wont show up.. This is not fair idea..
I want dynamically load the data from Database and then i can make changes in text boxes. Finally saving the data into Db.
Is there any idea to get the data in another event?
Please help me..
Thanks
Nitin C.N
...

Go to the complete details ...