Click here to Skip to main content
16,005,389 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Multi-Tenant Data Architecture in asp.net 2.0 Pin
Bassam Saoud17-Feb-09 17:18
Bassam Saoud17-Feb-09 17:18 
GeneralRe: Multi-Tenant Data Architecture in asp.net 2.0 Pin
Christian Graus17-Feb-09 17:27
protectorChristian Graus17-Feb-09 17:27 
GeneralRe: Multi-Tenant Data Architecture in asp.net 2.0 Pin
Maxy5517-Feb-09 21:51
Maxy5517-Feb-09 21:51 
AnswerRe: Multi-Tenant Data Architecture in asp.net 2.0 Pin
Bassam Saoud17-Feb-09 12:20
Bassam Saoud17-Feb-09 12:20 
GeneralRe: Multi-Tenant Data Architecture in asp.net 2.0 Pin
Maxy5517-Feb-09 17:14
Maxy5517-Feb-09 17:14 
GeneralRe: Multi-Tenant Data Architecture in asp.net 2.0 Pin
Bassam Saoud17-Feb-09 17:19
Bassam Saoud17-Feb-09 17:19 
QuestionUrgent Menu Querry Pin
Member 284246817-Feb-09 2:31
Member 284246817-Feb-09 2:31 
AnswerRe: Urgent Menu Querry Pin
J4amieC17-Feb-09 3:09
J4amieC17-Feb-09 3:09 
Im sorry, but your question is no more or less urgent than anyone else's. Its generally considered rude to expect your question to be answered "Urgently".

As for your question, the answer really depends on how you identify Admins/Non-Admins in your application. For example, in my application I use the built-in ASP.NET role-based security, and so In a control, I could do something like
if(!Page.User.IsInRole("Administrators"))
{
  // hide the item that should only be visible to Administrators
}

AnswerRe: Urgent Menu Querry Pin
Dewayne Dodd17-Feb-09 3:11
Dewayne Dodd17-Feb-09 3:11 
AnswerRe: Urgent Menu Querry Pin
Christian Graus17-Feb-09 11:53
protectorChristian Graus17-Feb-09 11:53 
QuestionRE: Resize the gridview header Pin
chandhuBTS17-Feb-09 1:52
chandhuBTS17-Feb-09 1:52 
AnswerRe: RE: Resize the gridview header Pin
dan!sh 17-Feb-09 2:31
professional dan!sh 17-Feb-09 2:31 
QuestionHow to exec a sybase pocedure having out parameters Pin
Praneeth Babu K17-Feb-09 1:31
Praneeth Babu K17-Feb-09 1:31 
AnswerRe: How to exec a sybase pocedure having out parameters Pin
SeMartens17-Feb-09 1:39
SeMartens17-Feb-09 1:39 
QuestionProblem when publishing website. Pin
yesterday30517-Feb-09 1:25
yesterday30517-Feb-09 1:25 
AnswerRe: Problem when publishing website. Pin
N a v a n e e t h17-Feb-09 1:57
N a v a n e e t h17-Feb-09 1:57 
GeneralRe: Problem when publishing website. Pin
yesterday30517-Feb-09 5:52
yesterday30517-Feb-09 5:52 
AnswerRe: Problem when publishing website. Pin
Anshumas17-Feb-09 17:03
Anshumas17-Feb-09 17:03 
AnswerRe: Problem when publishing website. Pin
Anshumas17-Feb-09 17:06
Anshumas17-Feb-09 17:06 
QuestionRepeaters Pin
GomathiR17-Feb-09 0:14
GomathiR17-Feb-09 0:14 
AnswerRe: Repeaters Pin
N a v a n e e t h17-Feb-09 1:37
N a v a n e e t h17-Feb-09 1:37 
GeneralRe: Repeaters Pin
GomathiR22-Feb-09 17:44
GomathiR22-Feb-09 17:44 
QuestionWhy does EditItemTemplate data changes? Pin
innocent7317-Feb-09 0:09
innocent7317-Feb-09 0:09 
AnswerRe: Why does EditItemTemplate data changes? Pin
anujbanka178417-Feb-09 0:18
anujbanka178417-Feb-09 0:18 
GeneralRe: Why does EditItemTemplate data changes? Pin
innocent7317-Feb-09 0:25
innocent7317-Feb-09 0:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.