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

ASP.NET

 
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 
AnswerRe: Urgent Menu Querry Pin
Dewayne Dodd17-Feb-09 3:11
Dewayne Dodd17-Feb-09 3:11 
I believe that something like this would help you:

In the menu.ascs file's Load Event the following code would work to disable that menu item

if (Session["IsAdmin"] == false)
   {
      this.Menu1.Items[2].Enabled = false;
   }


This is the way that I came up with to accomplish this task. You could also generate the menu at runtime and if the user is an not an admin just don't create the Operation menu.
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 
GeneralDatatble Concept Pin
Ritu_1616-Feb-09 23:52
Ritu_1616-Feb-09 23:52 

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.