Click here to Skip to main content
15,900,725 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to send automatic alerts?? Pin
venkatasatyakota12-May-09 0:15
venkatasatyakota12-May-09 0:15 
AnswerRe: asp.net doubt Pin
Manas Bhardwaj12-May-09 0:19
professionalManas Bhardwaj12-May-09 0:19 
AnswerRe: How to send automatic alerts?? Pin
DeveloperAtul12-May-09 0:45
DeveloperAtul12-May-09 0:45 
AnswerRe: How to send automatic alerts?? Pin
Member 387988112-May-09 2:07
Member 387988112-May-09 2:07 
AnswerRe: How to send automatic alerts?? Pin
goodideadave12-May-09 6:45
goodideadave12-May-09 6:45 
Questionhow not to show the Directory list in the web browser? Pin
Subin Alex12-May-09 0:03
Subin Alex12-May-09 0:03 
AnswerRe: how not to show the Directory list in the web browser? Pin
Ramesh Swaminathan12-May-09 0:12
Ramesh Swaminathan12-May-09 0:12 
AnswerRe: how not to show the Directory list in the web browser? Pin
Manas Bhardwaj12-May-09 0:23
professionalManas Bhardwaj12-May-09 0:23 
If I understood correctly, you want to restrict the user to access any other page until he does not go through the Login process. Right?
You can use a session variable(say Session["IsValidatedUser"]) and check its value on each page load, if its not set than redirect to the login.aspx

P.S. : A nice way would be to implement a class which can be used to derive all the web pages. Rose | [Rose]

Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

AnswerRe: how not to show the Directory list in the web browser? Pin
scottgp12-May-09 0:27
professionalscottgp12-May-09 0:27 
AnswerRe: how not to show the Directory list in the web browser? Pin
Baran M12-May-09 1:10
Baran M12-May-09 1:10 
AnswerRe: how not to show the Directory list in the web browser? Pin
Member 387988112-May-09 2:10
Member 387988112-May-09 2:10 
Questiondata Pin
AndyInUK11-May-09 23:58
AndyInUK11-May-09 23:58 
AnswerRe: data Pin
Christian Graus12-May-09 1:14
protectorChristian Graus12-May-09 1:14 
AnswerRe: data Pin
Member 387988112-May-09 2:14
Member 387988112-May-09 2:14 
GeneralRe: data Pin
AndyInUK12-May-09 3:10
AndyInUK12-May-09 3:10 
QuestionSave File Dialog Box in Asp.net.... Pin
spalanivel11-May-09 23:34
spalanivel11-May-09 23:34 
AnswerRe: Save File Dialog Box in Asp.net.... Pin
Baran M11-May-09 23:48
Baran M11-May-09 23:48 
GeneralRe: Save File Dialog Box in Asp.net.... Pin
spalanivel12-May-09 0:04
spalanivel12-May-09 0:04 
GeneralRe: Save File Dialog Box in Asp.net.... Pin
Manas Bhardwaj12-May-09 0:28
professionalManas Bhardwaj12-May-09 0:28 
AnswerRe: Save File Dialog Box in Asp.net.... Pin
DeveloperAtul12-May-09 0:38
DeveloperAtul12-May-09 0:38 
GeneralRe: Save File Dialog Box in Asp.net.... Pin
Christian Graus12-May-09 1:22
protectorChristian Graus12-May-09 1:22 
QuestionAutomatic launch of ASP.Net Development server Pin
beish111-May-09 23:04
beish111-May-09 23:04 
AnswerRe: Automatic launch of ASP.Net Development server Pin
Ramesh Swaminathan12-May-09 0:05
Ramesh Swaminathan12-May-09 0:05 
GeneralRe: Automatic launch of ASP.Net Development server Pin
beish112-May-09 3:02
beish112-May-09 3:02 
QuestionWhy can't I use Session another aspx.cs code?? Pin
lsh486love11-May-09 22:05
lsh486love11-May-09 22:05 

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.