Is the first row ALWAYS going to be the admin row? Or do you have some data that can identify it as such?
Using the ItemDataBound event handler of the datagrid you can look at the contents of the columns and test row data (if it's the admin row), and then make the "delete" button not visible in just that row.
Peter
------------------------------------------------------
Work smarter, not harder.
|