Click here to Skip to main content
16,011,711 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Change the header caption of ASP.NET DataGrid Pin
eyeseetee3-Mar-08 4:03
eyeseetee3-Mar-08 4:03 
GeneralAccessing a value in a nested datagrid Pin
DoctorStrop3-Mar-08 0:31
DoctorStrop3-Mar-08 0:31 
Generaldragand drop and bin folder in vs2005 Pin
Member 38798812-Mar-08 23:33
Member 38798812-Mar-08 23:33 
GeneralLog Out Pin
.NET- India 2-Mar-08 23:15
.NET- India 2-Mar-08 23:15 
GeneralRe: Log Out Pin
Vasudevan Deepak Kumar2-Mar-08 23:26
Vasudevan Deepak Kumar2-Mar-08 23:26 
GeneralRe: Log Out Pin
.NET- India 2-Mar-08 23:28
.NET- India 2-Mar-08 23:28 
GeneralRe: Log Out Pin
eyeseetee3-Mar-08 0:51
eyeseetee3-Mar-08 0:51 
GeneralRe: Log Out Pin
.NET- India 3-Mar-08 20:46
.NET- India 3-Mar-08 20:46 
I've set the page no-cache on page load and it's working fine in Internet Explorer but not running fine in mozilla as i've described below please have a bit of your precious time....

1.) I've a folder named Admin in this folder i've around ten web forms which can only be accessed by the administrator the first web form(after the successful login id and password) there are some more links on this web form e.g Top(one of the link) as i click on this Top link another web form opens and now if i click on the Log Out button then it opens the first web form Top if i use Back Button

plz suggest what should i do......

2.) I have a link for Change Password if the admin wants to change his/her password he/she can do this link show a Div on the form once the admin change his password and then click on the LogOut button and then use the back button then it show the Div again but it must not show it because the page is not being cached

This is my code to no-cache
Response.Buffer = true;
Response.ExpiresAbsolute=DateTime.Now.AddDays(-1d);
Response.Expires =-1500;
Response.CacheControl = "no-cache";

Please have a bit of your precious time ...........
GeneralRe: Log Out [modified] Pin
P Tagore Srinivas Dhanunjay3-Mar-08 2:16
P Tagore Srinivas Dhanunjay3-Mar-08 2:16 
GeneralRe: Log Out Pin
.NET- India 3-Mar-08 2:29
.NET- India 3-Mar-08 2:29 
GeneralRe: Log Out Pin
eyeseetee3-Mar-08 3:08
eyeseetee3-Mar-08 3:08 
GeneralRe: Log Out Pin
eyeseetee3-Mar-08 3:09
eyeseetee3-Mar-08 3:09 
GeneralRe: Log Out Pin
P Tagore Srinivas Dhanunjay3-Mar-08 21:03
P Tagore Srinivas Dhanunjay3-Mar-08 21:03 
QuestionHow Update values in asp.net using vb.net or C# Pin
Member 25288462-Mar-08 23:09
Member 25288462-Mar-08 23:09 
Questionneed help Pin
amit_sahu2-Mar-08 22:49
amit_sahu2-Mar-08 22:49 
GeneralRe: need help Pin
Colin Angus Mackay2-Mar-08 23:05
Colin Angus Mackay2-Mar-08 23:05 
QuestionHow to resolve server error (RPC_E_SERVERFAULT))? Pin
Sukhjeevan Singh2-Mar-08 22:34
Sukhjeevan Singh2-Mar-08 22:34 
Generalasp.net2.0 and oracle 9i connectivity Pin
venkat242-Mar-08 22:16
venkat242-Mar-08 22:16 
GeneralRe: asp.net2.0 and oracle 9i connectivity Pin
Christian Graus2-Mar-08 22:30
protectorChristian Graus2-Mar-08 22:30 
GeneralDuplicate Post! Ignore Pin
Vasudevan Deepak Kumar2-Mar-08 22:31
Vasudevan Deepak Kumar2-Mar-08 22:31 
QuestionAustralian License Number Validation Pin
That's Aragon2-Mar-08 22:01
That's Aragon2-Mar-08 22:01 
GeneralRe: Australian License Number Validation Pin
Christian Graus2-Mar-08 22:36
protectorChristian Graus2-Mar-08 22:36 
GeneralRe: Australian License Number Validation Pin
That's Aragon2-Mar-08 22:42
That's Aragon2-Mar-08 22:42 
GeneralRe: Australian License Number Validation Pin
Christian Graus2-Mar-08 22:46
protectorChristian Graus2-Mar-08 22:46 
GeneralRe: Australian License Number Validation Pin
That's Aragon2-Mar-08 22:54
That's Aragon2-Mar-08 22:54 

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.