how can i check user is valid or not in every page in project?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish Kumar ChoudharyPosted Dec 29, 2014, 4:02 AM
Hi krishna angirekula,
Try this link it will be useful for you
http://www.codeproject.com/Articles/334310/Understanding-ASP-NET-Validation-Techniques
Sibeesh VenuPosted Dec 29, 2014, 3:15 AM
MasterPageyou can put the checking code in theMasterPage's Page_Loadevent if not use either theGlobal.asaxor a customHttpModuleand put the cheking code inside the theAcquireRequestStateevent handler for the first and thePostRequestHandlerExecuteevent handler for the secondhttp://stackoverflow.com/questions/15662543/check-session-in-every-page
Kindest Regards
Sibeesh
http://sibeeshpassion.com/