Click here to Skip to main content
15,886,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralMixing ASP with ASP.NET Pin
Fernando A. Gomez F.20-Dec-07 12:06
Fernando A. Gomez F.20-Dec-07 12:06 
GeneralRe: Mixing ASP with ASP.NET Pin
Christian Graus20-Dec-07 12:09
protectorChristian Graus20-Dec-07 12:09 
GeneralRe: Mixing ASP with ASP.NET Pin
Fernando A. Gomez F.20-Dec-07 12:15
Fernando A. Gomez F.20-Dec-07 12:15 
GeneralRe: Mixing ASP with ASP.NET Pin
Christian Graus20-Dec-07 14:25
protectorChristian Graus20-Dec-07 14:25 
QuestionRe: Mixing ASP with ASP.NET Pin
Venkatesh Mookkan20-Dec-07 15:57
Venkatesh Mookkan20-Dec-07 15:57 
GeneralRe: Mixing ASP with ASP.NET Pin
Christian Graus20-Dec-07 18:31
protectorChristian Graus20-Dec-07 18:31 
GeneralRe: Mixing ASP with ASP.NET Pin
Venkatesh Mookkan20-Dec-07 20:53
Venkatesh Mookkan20-Dec-07 20:53 
GeneralWindows Authentication Impersonate Pin
ss.mmm20-Dec-07 11:00
ss.mmm20-Dec-07 11:00 
After logon in the Master page, am showing tree node using the following.
if (HttpContext.Current.User.IsInRole("abc"))
{ Show tree node }
This works fine.

I have a Impersonate.aspx page where I make the user enter the user id on the textbox and associate it with Global.asax.cs I have this.
public static string CurrentUser
{
get
{
if (_currUser == string.Empty)
return SignedOnUser;
else
return _currUser;
}
set { _currUser = value; }
}

I have to get the CurrentUser value when I use HttpContext.Current.User.IsInRole()


Am I taking the right approach? Please help.
Thanks

GeneralRadioButtons in a gridview [modified] Pin
Knowledgestudent20-Dec-07 9:15
Knowledgestudent20-Dec-07 9:15 
GeneralRe: RadioButtons in a gridview Pin
Not Active20-Dec-07 9:59
mentorNot Active20-Dec-07 9:59 
GeneralRe: RadioButtons in a gridview Pin
Knowledgestudent23-Dec-07 11:47
Knowledgestudent23-Dec-07 11:47 
GeneralProblem with Scheduled Tasks Pin
rspadar20-Dec-07 8:02
rspadar20-Dec-07 8:02 
GeneralRe: Problem with Scheduled Tasks Pin
Not Active20-Dec-07 8:58
mentorNot Active20-Dec-07 8:58 
GeneralRe: Problem with Scheduled Tasks Pin
DigiOz Multimedia20-Dec-07 10:48
DigiOz Multimedia20-Dec-07 10:48 
Generalcustomize wsdl Pin
robot_rock20-Dec-07 2:59
robot_rock20-Dec-07 2:59 
GeneralRe: customize wsdl Pin
Not Active20-Dec-07 4:59
mentorNot Active20-Dec-07 4:59 
GeneralRe: customize wsdl Pin
Paul Conrad24-Dec-07 11:38
professionalPaul Conrad24-Dec-07 11:38 
GeneralInsert Multiple AuthorID under a BookISBN Pin
Sarfaraj Ahmed20-Dec-07 2:45
Sarfaraj Ahmed20-Dec-07 2:45 
GeneralRe: Insert Multiple AuthorID under a BookISBN Pin
Not Active20-Dec-07 5:06
mentorNot Active20-Dec-07 5:06 
GeneralRe: Insert Multiple AuthorID under a BookISBN Pin
Christian Graus20-Dec-07 9:50
protectorChristian Graus20-Dec-07 9:50 
GeneralRe: Insert Multiple AuthorID under a BookISBN Pin
Sarfaraj Ahmed21-Dec-07 0:15
Sarfaraj Ahmed21-Dec-07 0:15 
QuestionGridview sorting Pin
Sunil Wise20-Dec-07 2:13
professionalSunil Wise20-Dec-07 2:13 
GeneralRe: Gridview sorting Pin
Christian Graus20-Dec-07 9:51
protectorChristian Graus20-Dec-07 9:51 
QuestionRe: Gridview sorting Pin
Sunil Wise20-Dec-07 18:24
professionalSunil Wise20-Dec-07 18:24 
GeneralConverting a byte array into System.Web.UI.HtmlControls.HtmlImage Pin
mareers20-Dec-07 1:50
mareers20-Dec-07 1:50 

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.