Click here to Skip to main content
15,885,537 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Foor loop Code Block in ASPX Page Pin
geeeeeeeetha23-Dec-09 17:33
geeeeeeeetha23-Dec-09 17:33 
GeneralRe: Foor loop Code Block in ASPX Page Pin
Ma tju23-Dec-09 19:18
Ma tju23-Dec-09 19:18 
GeneralRe: Foor loop Code Block in ASPX Page Pin
keyur satyadev23-Dec-09 19:22
keyur satyadev23-Dec-09 19:22 
GeneralRe: Foor loop Code Block in ASPX Page Pin
Ma tju23-Dec-09 19:32
Ma tju23-Dec-09 19:32 
GeneralRe: Foor loop Code Block in ASPX Page Pin
keyur satyadev23-Dec-09 20:20
keyur satyadev23-Dec-09 20:20 
GeneralRe: Foor loop Code Block in ASPX Page Pin
Ma tju23-Dec-09 20:37
Ma tju23-Dec-09 20:37 
GeneralRe: Foor loop Code Block in ASPX Page Pin
keyur satyadev23-Dec-09 21:37
keyur satyadev23-Dec-09 21:37 
QuestionCorrect way to check if authenticated on each page Pin
DeepToot23-Dec-09 10:19
DeepToot23-Dec-09 10:19 
I was given the task to take several websites and add login authentication to them. Currently, they are using Apache to login then it redirects to the site if their login was valid.

What I was going to do, or did, was create a login page and use their custom authenticator class (which they wanted me to use) to validate then if successful redirect to the home page...simple enough.

What I have a question on is if I am using this very basic (and probably old way) of doing this, can I add a session object "Authenticate" and set it to true if success, false if not. Then on the other pages during Page_Load check this session if authenticated and if not redirect to login page? Is this valid? Seems outdated and I know I can use the new Login Controls for .Net 3.5 but wasn't sure if I could or not.

They are not using Windows Authentication or anything, it's what is typed in txtbox and validated in sql. The authentication class does this.

Would appreciate any suggestions on how I could validate on each page if they were logged in or not.

Thanks
AnswerRe: Correct way to check if authenticated on each page Pin
m-khansari23-Dec-09 18:33
m-khansari23-Dec-09 18:33 
Questionwebpartzone title Pin
NETLearning23-Dec-09 3:03
NETLearning23-Dec-09 3:03 
AnswerRe: webpartzone title Pin
Abhijit Jana23-Dec-09 3:53
professionalAbhijit Jana23-Dec-09 3:53 
Questionhide row Pin
baselanfouqa23-Dec-09 2:56
baselanfouqa23-Dec-09 2:56 
AnswerRe: hide row Pin
Abhishek Sur23-Dec-09 4:25
professionalAbhishek Sur23-Dec-09 4:25 
AnswerRe: hide row Pin
sashidhar23-Dec-09 4:26
sashidhar23-Dec-09 4:26 
AnswerRe: hide row Pin
m-khansari23-Dec-09 19:08
m-khansari23-Dec-09 19:08 
QuestionHow to Enable or Disable browser cookies option by code(java script/.net) Pin
Samarjeet Singh@india22-Dec-09 23:49
Samarjeet Singh@india22-Dec-09 23:49 
AnswerRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
Vimalsoft(Pty) Ltd23-Dec-09 0:03
professionalVimalsoft(Pty) Ltd23-Dec-09 0:03 
GeneralRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
Samarjeet Singh@india23-Dec-09 0:34
Samarjeet Singh@india23-Dec-09 0:34 
AnswerRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
saini arun23-Dec-09 0:04
saini arun23-Dec-09 0:04 
GeneralRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
Samarjeet Singh@india23-Dec-09 0:35
Samarjeet Singh@india23-Dec-09 0:35 
GeneralRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
Abhishek Sur23-Dec-09 8:25
professionalAbhishek Sur23-Dec-09 8:25 
QuestionLogout from MVC Pin
Pankaj Saha22-Dec-09 23:00
Pankaj Saha22-Dec-09 23:00 
AnswerRe: Logout from MVC Pin
geeeeeeeetha23-Dec-09 1:12
geeeeeeeetha23-Dec-09 1:12 
AnswerRe: Logout from MVC Pin
Abhishek Sur23-Dec-09 1:43
professionalAbhishek Sur23-Dec-09 1:43 
GeneralRe: Logout from MVC Pin
Pankaj Saha23-Dec-09 1:56
Pankaj Saha23-Dec-09 1:56 

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.