Hi,
I'm not sure what you mean by tabs. That's something you'd have to code in your app.
In general, to see if a user is a member of a group, you'd do something like this:
If User.IsInRole("Administrators") Then
' Do Something
End If
--Brian Desmond
Windows Server MVP - Directory Services
http://www.briandesmond.com