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

ASP.NET

 
Questionasp.net [modified] Pin
babusat30-Apr-08 2:14
babusat30-Apr-08 2:14 
AnswerRe: asp.net Pin
Mark J. Miller30-Apr-08 3:41
Mark J. Miller30-Apr-08 3:41 
QuestionRestrict User To Click Back and Next Button on Browser Pin
Krazy Programmer30-Apr-08 1:45
Krazy Programmer30-Apr-08 1:45 
AnswerRe: Restrict User To Click Back and Next Button on Browser Pin
Christian Graus30-Apr-08 2:09
protectorChristian Graus30-Apr-08 2:09 
AnswerRe: Restrict User To Click Back and Next Button on Browser Pin
Kartik Rathi30-Apr-08 2:21
Kartik Rathi30-Apr-08 2:21 
GeneralRe: Restrict User To Click Back and Next Button on Browser Pin
N a v a n e e t h30-Apr-08 2:57
N a v a n e e t h30-Apr-08 2:57 
GeneralRe: Restrict User To Click Back and Next Button on Browser Pin
Krazy Programmer30-Apr-08 6:47
Krazy Programmer30-Apr-08 6:47 
GeneralRe: Restrict User To Click Back and Next Button on Browser Pin
Christian Graus30-Apr-08 11:03
protectorChristian Graus30-Apr-08 11:03 
ALT + F4 wrote:
i dont want user to run a authuser.aspx unless an until he/she is authenticated user


OK, so now we're talking about your specific problem, instead of an impossible solution.

If you impliment your login properly, this won't happen. The way I do this, is to store a value in the session telling me the user is logged in, and I delete it when they log out. Most people do this, but they miss the next step. I create a base page, which all my secure pages derive from. This base class checks if the user is logged in, and if not, redirects to the login page.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

Questioncookie issue Pin
_tasleem30-Apr-08 1:30
_tasleem30-Apr-08 1:30 
AnswerRe: cookie issue Pin
Vasudevan Deepak Kumar30-Apr-08 1:43
Vasudevan Deepak Kumar30-Apr-08 1:43 
GeneralRe: cookie issue Pin
_tasleem30-Apr-08 3:35
_tasleem30-Apr-08 3:35 
GeneralRe: cookie issue Pin
_tasleem30-Apr-08 3:43
_tasleem30-Apr-08 3:43 
GeneralRe: cookie issue Pin
Vasudevan Deepak Kumar2-May-08 2:04
Vasudevan Deepak Kumar2-May-08 2:04 
QuestionEnable/disable button when enter/delete text in a textbox using Javascript Pin
chakran30-Apr-08 1:30
chakran30-Apr-08 1:30 
AnswerRe: Enable/disable button when enter/delete text in a textbox using Javascript Pin
Vasudevan Deepak Kumar30-Apr-08 1:44
Vasudevan Deepak Kumar30-Apr-08 1:44 
GeneralRe: Enable/disable button when enter/delete text in a textbox using Javascript Pin
chakran30-Apr-08 2:19
chakran30-Apr-08 2:19 
GeneralRe: Enable/disable button when enter/delete text in a textbox using Javascript Pin
www.Developerof.NET30-Apr-08 23:49
www.Developerof.NET30-Apr-08 23:49 
GeneralRe: Enable/disable button when enter/delete text in a textbox using Javascript Pin
chakran4-May-08 21:17
chakran4-May-08 21:17 
Questionwhile updating in grid view Pin
rajkumar.330-Apr-08 0:28
rajkumar.330-Apr-08 0:28 
AnswerRe: while updating in grid view Pin
Blue_Boy30-Apr-08 0:45
Blue_Boy30-Apr-08 0:45 
GeneralRe: while updating in grid view Pin
rajkumar.330-Apr-08 0:49
rajkumar.330-Apr-08 0:49 
GeneralRe: while updating in grid view Pin
Blue_Boy30-Apr-08 0:54
Blue_Boy30-Apr-08 0:54 
GeneralRe: while updating in grid view Pin
rajkumar.330-Apr-08 1:11
rajkumar.330-Apr-08 1:11 
GeneralRe: while updating in grid view Pin
J4amieC30-Apr-08 1:23
J4amieC30-Apr-08 1:23 
GeneralRe: while updating in grid view Pin
Blue_Boy30-Apr-08 4:15
Blue_Boy30-Apr-08 4:15 

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.