Hi..
I have a web application in which i have 5 records in the datagrid. I have a button called Find. Now the user clicks on the find button. The user searches for a specific record and the record is displayed on the datagrid. Now the user clicks on the pen icon in the grid to edit the specific searched record. After the update, the updated record and the other previous records in the grid are also shown. i want to list only the updated record in the page. How to do it?
You can have the filter defined in DataView and bind the Dataview to the Grid.
0 comments:
Post a Comment