Click here to Skip to main content
15,886,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: .Net assembly Misplace Pin
Paul Conrad10-Jul-08 20:51
professionalPaul Conrad10-Jul-08 20:51 
QuestionForm Size according to System Resolution Pin
Anubhava Dimri10-Jul-08 20:24
Anubhava Dimri10-Jul-08 20:24 
AnswerRe: Form Size according to System Resolution Pin
Sathesh Sakthivel10-Jul-08 20:36
Sathesh Sakthivel10-Jul-08 20:36 
AnswerRe: Form Size according to System Resolution Pin
N a v a n e e t h10-Jul-08 22:21
N a v a n e e t h10-Jul-08 22:21 
GeneralRe: Form Size according to System Resolution Pin
Anubhava Dimri13-Jul-08 19:21
Anubhava Dimri13-Jul-08 19:21 
Questionhow to restrict from browser Pin
Kissy1610-Jul-08 20:21
Kissy1610-Jul-08 20:21 
AnswerRe: how to restrict from browser Pin
Sathesh Sakthivel10-Jul-08 20:34
Sathesh Sakthivel10-Jul-08 20:34 
AnswerRe: how to restrict from browser Pin
Sandeep Akhare10-Jul-08 21:07
Sandeep Akhare10-Jul-08 21:07 
Many of the user have the same Issue with there Browser Back and Forward button.
Issue here is not the browser but your implimentation. you need to take care of logout and login functionality
1. Clear out the DataContainer or session when user says Log Off.
2. you should check for user crendetial in every page Load
Like Session or DataContainer is having the values or not if no value redirect user to Login Page.(Better way is to write this functionality in base class load function instead of every Page).
3. Now even user says log out and Click back button browser will show the page from its Cache.it is not coming from server so even if he is able to see the Page if he clicks on any server side event he is going to Login page.

Please let me know if you have impplemented then also facing some different issue ?

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: how to restrict from browser Pin
Kissy1610-Jul-08 22:56
Kissy1610-Jul-08 22:56 
GeneralRe: how to restrict from browser Pin
Sandeep Akhare10-Jul-08 23:40
Sandeep Akhare10-Jul-08 23:40 
QuestionHow to open a crystal report in a new window? Pin
Hari_101010-Jul-08 19:31
Hari_101010-Jul-08 19:31 
AnswerRe: How to open a crystal report in a new window? Pin
N a v a n e e t h10-Jul-08 19:40
N a v a n e e t h10-Jul-08 19:40 
GeneralRe: How to open a crystal report in a new window? Pin
Hari_101010-Jul-08 20:17
Hari_101010-Jul-08 20:17 
QuestionProblem in server.transfer Pin
BalasubramanianK10-Jul-08 18:28
BalasubramanianK10-Jul-08 18:28 
AnswerRe: Problem in server.transfer Pin
N a v a n e e t h10-Jul-08 18:56
N a v a n e e t h10-Jul-08 18:56 
GeneralRe: Problem in server.transfer Pin
BalasubramanianK10-Jul-08 19:25
BalasubramanianK10-Jul-08 19:25 
QuestionToggle treeview control Pin
S.Aijaz10-Jul-08 18:07
S.Aijaz10-Jul-08 18:07 
AnswerRe: Toggle treeview control Pin
N a v a n e e t h10-Jul-08 18:57
N a v a n e e t h10-Jul-08 18:57 
GeneralRe: Toggle treeview control Pin
S.Aijaz10-Jul-08 19:03
S.Aijaz10-Jul-08 19:03 
GeneralRe: Toggle treeview control Pin
S.Aijaz10-Jul-08 19:20
S.Aijaz10-Jul-08 19:20 
GeneralRe: Toggle treeview control Pin
N a v a n e e t h10-Jul-08 19:23
N a v a n e e t h10-Jul-08 19:23 
QuestionDataList in Gridview Pin
kjosh10-Jul-08 16:59
kjosh10-Jul-08 16:59 
AnswerRe: DataList in Gridview Pin
N a v a n e e t h10-Jul-08 19:00
N a v a n e e t h10-Jul-08 19:00 
QuestionSetting dropdown width of Html Select control Pin
rotsey10-Jul-08 16:57
rotsey10-Jul-08 16:57 
Answer[Message Deleted] Pin
Sandeep Akhare10-Jul-08 20:59
Sandeep Akhare10-Jul-08 20:59 

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.