|
-
Dec 3rd, 2008, 06:25 AM
#1
Thread Starter
Addicted Member
Grid View does not retain the data!!
Hello,
I have a Grid View with Edit Button in each row, to edit checkbox and text box columns. After updating the row, when I click the edit button in next row the previous updates (in previous rows) will be lost. I want to retain these values in the updated rows. These 2 columns are not bound to Database as per the requirement but need these 2 column values in other table which is getting stored but not visible in grid view once I click the next edit button in other row.
I am using ASP.Net 2.0 .
-
Dec 3rd, 2008, 11:45 AM
#2
Re: Grid View does not retain the data!!
Mmm, are you rebinding the gridview on each page load event? Are you doing the IsPostBack check?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|