hi... 
i have take a gridview to display data..
 and create one function to hide "Delete" button in specific records of gridview..
for that delete button i use the gridview's GridView_RowCommand Event
its working well...
bt when i use the update or paging operation it shows the delete button in every record 
what to do..??