Click here to Skip to main content
15,921,295 members
Home / Discussions / C#
   

C#

 
GeneralRe: XmlValidingReader getting started Pin
Radgar25-Feb-05 8:10
Radgar25-Feb-05 8:10 
GeneralTextBox context menu Pin
MitchellBaldwin25-Feb-05 7:43
MitchellBaldwin25-Feb-05 7:43 
GeneralRe: TextBox context menu Pin
Radgar25-Feb-05 7:50
Radgar25-Feb-05 7:50 
GeneralRe: TextBox context menu Pin
MitchellBaldwin25-Feb-05 8:57
MitchellBaldwin25-Feb-05 8:57 
GeneralUNKNOWN PROBLEM (ListBox DataSource ) Pin
Radgar25-Feb-05 7:31
Radgar25-Feb-05 7:31 
GeneralRe: ListBox DataSource PROBLEM Pin
Dave Kreskowiak25-Feb-05 7:55
mveDave Kreskowiak25-Feb-05 7:55 
GeneralRe: ListBox DataSource PROBLEM Pin
Radgar25-Feb-05 8:12
Radgar25-Feb-05 8:12 
GeneralRedirectFromLogin Page help Pin
cmitty25-Feb-05 5:55
cmitty25-Feb-05 5:55 
Using ASP.NET with C# I have two login screens for the application. One to get into the system and a second login screen, which is for administrator tasks. The first one redirects me to my default page with the method below. I have duplicated the code from the login page and im using it for my admin login page but do not want it to automatically redirect me to the default screen again. Instead I would like it to direct me to a page called administrator.aspx. how do I do this. Im New to c sharp. Small hurdle huh! Any help much appreciated.

Chris


if (id != null)
{
// Set the user as authenticated and send him to the
// page originally requested.
FormsAuthentication.RedirectFromLoginPage(id, false);
}

GeneralRe: RedirectFromLogin Page help Pin
Heath Stewart25-Feb-05 6:29
protectorHeath Stewart25-Feb-05 6:29 
GeneralRe: RedirectFromLogin Page help Pin
GaMBiT_KC26-Feb-05 1:07
GaMBiT_KC26-Feb-05 1:07 
GeneralRe: RedirectFromLogin Page help Pin
Anonymous27-Feb-05 22:27
Anonymous27-Feb-05 22:27 
Generalrun desktop application on webpage Pin
Member 148149125-Feb-05 5:06
Member 148149125-Feb-05 5:06 
GeneralRe: run desktop application on webpage Pin
Heath Stewart25-Feb-05 5:22
protectorHeath Stewart25-Feb-05 5:22 
GeneralMessageBox shows no text Pin
Sailer0125-Feb-05 5:01
sussSailer0125-Feb-05 5:01 
GeneralRe: MessageBox shows no text Pin
Heath Stewart25-Feb-05 6:40
protectorHeath Stewart25-Feb-05 6:40 
GeneralRe: MessageBox shows no text Pin
GaMBiT_KC26-Feb-05 1:00
GaMBiT_KC26-Feb-05 1:00 
GeneralC# and Custom C++ interfaces Pin
vad_kr25-Feb-05 3:40
vad_kr25-Feb-05 3:40 
GeneralRe: C# and Custom C++ interfaces Pin
Heath Stewart25-Feb-05 6:14
protectorHeath Stewart25-Feb-05 6:14 
GeneralRe: C# and Custom C++ interfaces Pin
vad_kr27-Feb-05 21:06
vad_kr27-Feb-05 21:06 
GeneralRe: C# and Custom C++ interfaces Pin
Heath Stewart28-Feb-05 8:31
protectorHeath Stewart28-Feb-05 8:31 
GeneralCodepage in StreamReader Pin
matejka25-Feb-05 2:49
matejka25-Feb-05 2:49 
GeneralTreeView Problem Pin
WDI25-Feb-05 2:45
WDI25-Feb-05 2:45 
GeneralRe: TreeView Problem Pin
S. Senthil Kumar25-Feb-05 3:35
S. Senthil Kumar25-Feb-05 3:35 
GeneralFolder Icon Pin
mohamed seif25-Feb-05 1:33
mohamed seif25-Feb-05 1:33 
GeneralRe: Folder Icon Pin
Luis Alonso Ramos25-Feb-05 6:35
Luis Alonso Ramos25-Feb-05 6:35 

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.