asp.net gridview editing
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-05-04T13:04:56Z
Indexed on
2010/05/04
13:08 UTC
Read the original article
Hit count: 217
I have a gridview (Edit and Delete enabled) that shows a table. A Text Box and A Button. When I type something in the textbox and click the button, the button runs the datasource.filterexpression and filters out the rows.
The question whenever I click on the edit button after the filter has been applied The grid auto resets back to the original table? How can I solve this?
© Stack Overflow or respective owner