I have one database table which contains 8 columns. One of the columns is called IsAdmin
(its data type is Bit). I have to show the user list in a grid view if and only if the signed-in user is an admin.
How can I do this? Which clause is used for this?