Click here to Skip to main content
15,892,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: [MVC 2] Some article, tutorial maybe... cause i'm total begginner in this subject Pin
Adrian Pasik5-Jun-10 7:13
Adrian Pasik5-Jun-10 7:13 
QuestionBack to login page Pin
Any_India5-Jun-10 2:03
Any_India5-Jun-10 2:03 
AnswerRe: Back to login page Pin
Not Active5-Jun-10 2:50
mentorNot Active5-Jun-10 2:50 
GeneralRe: Back to login page Pin
nikx.gupta6-Jun-10 4:37
nikx.gupta6-Jun-10 4:37 
GeneralRe: Back to login page Pin
Not Active6-Jun-10 4:50
mentorNot Active6-Jun-10 4:50 
AnswerRe: Back to login page Pin
sadeghadi5-Jun-10 20:59
sadeghadi5-Jun-10 20:59 
AnswerRe: Back to login page Pin
6,921,364 and growing5-Jun-10 23:34
6,921,364 and growing5-Jun-10 23:34 
AnswerRe: Back to login page Pin
nikx.gupta6-Jun-10 4:38
nikx.gupta6-Jun-10 4:38 
Yes..its neccessary to prevent using web pages after being logged out.
there are following ways to do that...

if u r storing some session information while user logs in
clear it or abondon the session on logout event

<b>Session.Abandon();</b>

secondaly u can also clear the browser history on log out event
so that user cant navigate back

<b>history.go(-history.length);</b>

third, if ur using asp.net u can force ur page to load from server every
time instead from client cache. by this if user logs out and navigate back to
previous page he will be redirected to login page
mark property <b>OutputCache to None or NoStore</b> of <b>Page</b>
AnswerRe: Back to login page Pin
Jamil Hallal6-Jun-10 21:47
professionalJamil Hallal6-Jun-10 21:47 
QuestionLogin form not working Pin
Gjm4-Jun-10 21:33
Gjm4-Jun-10 21:33 
AnswerRe: Login form not working Pin
Sandeep Mewara4-Jun-10 22:37
mveSandeep Mewara4-Jun-10 22:37 
AnswerCross post Pin
Not Active5-Jun-10 3:03
mentorNot Active5-Jun-10 3:03 
QuestionDataSet Missing Rows Value While Reading From EXCEL FIle Pin
prabhakar dwivedi4-Jun-10 21:15
prabhakar dwivedi4-Jun-10 21:15 
AnswerRe: DataSet Missing Rows Value While Reading From EXCEL FIle Pin
Sandeep Mewara4-Jun-10 22:31
mveSandeep Mewara4-Jun-10 22:31 
QuestionSystem.Drawing.Image to System.Web.UI.WebControls.Image Pin
Add44-Jun-10 20:55
Add44-Jun-10 20:55 
AnswerRe: System.Drawing.Image to System.Web.UI.WebControls.Image Pin
Brij4-Jun-10 22:24
mentorBrij4-Jun-10 22:24 
GeneralRe: System.Drawing.Image to System.Web.UI.WebControls.Image Pin
Add44-Jun-10 22:30
Add44-Jun-10 22:30 
QuestionCode for page ranking Pin
rummer4-Jun-10 19:46
rummer4-Jun-10 19:46 
AnswerRe: Code for page ranking PinPopular
Sandeep Mewara4-Jun-10 19:57
mveSandeep Mewara4-Jun-10 19:57 
AnswerRe: Code for page ranking Pin
Peace ON4-Jun-10 19:59
Peace ON4-Jun-10 19:59 
GeneralRe: Code for page ranking Pin
Sandeep Mewara4-Jun-10 20:06
mveSandeep Mewara4-Jun-10 20:06 
GeneralRe: Code for page ranking Pin
Peace ON4-Jun-10 21:12
Peace ON4-Jun-10 21:12 
RantRe: Code for page ranking Pin
saini arun4-Jun-10 20:03
saini arun4-Jun-10 20:03 
Questionhow to restrict the user not to redirect to other page when check box is checked in asp.net with c# Pin
developerit4-Jun-10 19:08
developerit4-Jun-10 19:08 
AnswerRe: how to restrict the user not to redirect to other page when check box is checked in asp.net with c# Pin
Peace ON4-Jun-10 19:52
Peace ON4-Jun-10 19:52 

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.