Click here to Skip to main content
15,891,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem with calling Event Handler in MasterPage Pin
morteza5710-Jul-07 21:42
morteza5710-Jul-07 21:42 
AnswerRe: Problem with calling Event Handler in MasterPage Pin
Imran Khan Pathan10-Jul-07 21:57
Imran Khan Pathan10-Jul-07 21:57 
GeneralRe: Problem with calling Event Handler in MasterPage Pin
morteza5710-Jul-07 22:03
morteza5710-Jul-07 22:03 
GeneralRe: Problem with calling Event Handler in MasterPage Pin
Imran Khan Pathan10-Jul-07 22:06
Imran Khan Pathan10-Jul-07 22:06 
GeneralRe: Problem with calling Event Handler in MasterPage Pin
morteza5710-Jul-07 22:58
morteza5710-Jul-07 22:58 
QuestionHelp how to use Login Authentication using ASP.Net with C# Pin
srajasekhar10-Jul-07 21:11
srajasekhar10-Jul-07 21:11 
AnswerRe: Help how to use Login Authentication using ASP.Net with C# Pin
marky77710-Jul-07 21:29
marky77710-Jul-07 21:29 
AnswerRe: Help how to use Login Authentication using ASP.Net with C# Pin
Michael Sync10-Jul-07 21:36
Michael Sync10-Jul-07 21:36 
What marky777 said is right.

You should use one Session variable in your basepage. You should check whether this is authenticated user or not. Since the code is written under basepage, it will automatically check the user in each and every pages' load.

Some people use Cookie to handle that thing instead of Session.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: Help how to use Login Authentication using ASP.Net with C# Pin
srajasekhar10-Jul-07 23:15
srajasekhar10-Jul-07 23:15 
GeneralRe: Help how to use Login Authentication using ASP.Net with C# Pin
Michael Sync10-Jul-07 23:26
Michael Sync10-Jul-07 23:26 
GeneralRe: Help how to use Login Authentication using ASP.Net with C# Pin
srajasekhar10-Jul-07 23:41
srajasekhar10-Jul-07 23:41 
QuestionNumber of web.config file in a single web application Pin
razanabanu10-Jul-07 21:08
razanabanu10-Jul-07 21:08 
AnswerRe: Number of web.config file in a single web application Pin
Imran Khan Pathan10-Jul-07 21:16
Imran Khan Pathan10-Jul-07 21:16 
AnswerRe: Number of web.config file in a single web application Pin
Vasudevan Deepak Kumar10-Jul-07 23:09
Vasudevan Deepak Kumar10-Jul-07 23:09 
Questionhow to stop time interval in java script forever Pin
Piyush Vardhan Singh10-Jul-07 21:03
Piyush Vardhan Singh10-Jul-07 21:03 
Questionfollow up question... regarding asp deployment Pin
moomoooomoo10-Jul-07 20:41
moomoooomoo10-Jul-07 20:41 
Questioncalculate infinite precision Pin
yesu prakash10-Jul-07 20:39
yesu prakash10-Jul-07 20:39 
AnswerRe: calculate infinite precision Pin
valerian.precop10-Jul-07 20:55
valerian.precop10-Jul-07 20:55 
AnswerRe: calculate infinite precision Pin
Sathesh Sakthivel10-Jul-07 20:57
Sathesh Sakthivel10-Jul-07 20:57 
AnswerRe: calculate infinite precision Pin
Guffa10-Jul-07 21:06
Guffa10-Jul-07 21:06 
QuestionIndex was out of range [modified] Pin
ASPnoob10-Jul-07 20:31
ASPnoob10-Jul-07 20:31 
AnswerRe: Index was out of range Pin
Rhys Gravell10-Jul-07 20:46
professionalRhys Gravell10-Jul-07 20:46 
AnswerRe: Index was out of range Pin
valerian.precop10-Jul-07 20:48
valerian.precop10-Jul-07 20:48 
GeneralRe: Index was out of range Pin
ASPnoob10-Jul-07 20:55
ASPnoob10-Jul-07 20:55 
AnswerRe: Index was out of range Pin
Imran Khan Pathan10-Jul-07 20:56
Imran Khan Pathan10-Jul-07 20: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.