Click here to Skip to main content
16,016,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET Pin
Christian Graus23-Jan-07 16:59
protectorChristian Graus23-Jan-07 16:59 
QuestionDataList and Border-Collapse Pin
RX Maverick23-Jan-07 10:23
RX Maverick23-Jan-07 10:23 
QuestionFlash Objects Pin
Marc Paliotti23-Jan-07 9:38
Marc Paliotti23-Jan-07 9:38 
AnswerRe: Flash Objects Pin
Christian Graus23-Jan-07 17:00
protectorChristian Graus23-Jan-07 17:00 
QuestionRestrict Content by Roles Pin
packerfan190423-Jan-07 8:43
packerfan190423-Jan-07 8:43 
AnswerRe: Restrict Content by Roles Pin
Bassam Saoud23-Jan-07 9:04
Bassam Saoud23-Jan-07 9:04 
GeneralRe: Restrict Content by Roles Pin
packerfan190423-Jan-07 11:09
packerfan190423-Jan-07 11:09 
GeneralRe: Restrict Content by Roles Pin
Bassam Saoud23-Jan-07 19:41
Bassam Saoud23-Jan-07 19:41 
you can use the RoleProvider.IsUserInRole Method [^].This function returns a boolean indicating if the user is in a specifed role or not and the you show your options based on the boolean for example
If IsUserInRole("User","Admin") Then
    'Show Admin Options
ElseIf IsUserInRole("User","Stakeholder") Then
    'Show Stakeholder Options
Else
    '....
End If

QuestionConnection Strings for Class Library Project Pin
robert11023-Jan-07 8:33
robert11023-Jan-07 8:33 
AnswerRe: Connection Strings for Class Library Project Pin
Bassam Saoud23-Jan-07 8:55
Bassam Saoud23-Jan-07 8:55 
QuestionDifference b/w Asp.Net 1.1 and 2.0? Pin
kavi200023-Jan-07 6:54
kavi200023-Jan-07 6:54 
AnswerRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
Guffa23-Jan-07 7:09
Guffa23-Jan-07 7:09 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
kavi200023-Jan-07 7:46
kavi200023-Jan-07 7:46 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
WillemM23-Jan-07 9:24
WillemM23-Jan-07 9:24 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
Guffa23-Jan-07 9:36
Guffa23-Jan-07 9:36 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
kavi200023-Jan-07 9:46
kavi200023-Jan-07 9:46 
GeneralRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
Christian Graus23-Jan-07 17:01
protectorChristian Graus23-Jan-07 17:01 
AnswerRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
Jon Sagara23-Jan-07 7:35
Jon Sagara23-Jan-07 7:35 
QuestionSitemapnodes that don't show up in the treeview Pin
WillemM23-Jan-07 6:35
WillemM23-Jan-07 6:35 
QuestionHow to Show a linked Image in DataGrid Pin
nour12323-Jan-07 6:12
nour12323-Jan-07 6:12 
QuestionHow do I create a forum in asp.net? Pin
davidstern10023-Jan-07 6:11
davidstern10023-Jan-07 6:11 
AnswerRe: How do I create a forum in asp.net? Pin
Raj Lal23-Jan-07 6:40
professionalRaj Lal23-Jan-07 6:40 
AnswerRe: How do I create a forum in asp.net? Pin
Jon Sagara23-Jan-07 7:36
Jon Sagara23-Jan-07 7:36 
QuestionWhat is Asp.Net? Pin
kavi200023-Jan-07 5:36
kavi200023-Jan-07 5:36 
AnswerRe: What is Asp.Net? Pin
Not Active23-Jan-07 5:48
mentorNot Active23-Jan-07 5:48 

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.