Click here to Skip to main content
16,005,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralASP.NET Modal Popup Pin
K.P.Kannan1-Feb-08 17:29
K.P.Kannan1-Feb-08 17:29 
AnswerRe: ASP.NET Modal Popup Pin
Sun Rays1-Feb-08 17:42
Sun Rays1-Feb-08 17:42 
Questionhow to play audio? Pin
kadkir1-Feb-08 17:13
kadkir1-Feb-08 17:13 
GeneralASP panel control Pin
waheed awan1-Feb-08 11:51
waheed awan1-Feb-08 11:51 
GeneralRe: ASP panel control Pin
Arun Jacob1-Feb-08 16:42
Arun Jacob1-Feb-08 16:42 
GeneralRe: ASP panel control Pin
waheed awan6-Feb-08 5:37
waheed awan6-Feb-08 5:37 
QuestionCustom Login / Logout in ASP.NET Pin
tawammar1-Feb-08 10:40
tawammar1-Feb-08 10:40 
AnswerRe: Custom Login / Logout in ASP.NET Pin
Venkatesh Mookkan3-Feb-08 16:52
Venkatesh Mookkan3-Feb-08 16:52 
tawammar wrote:
The problem occurs after signing out, when i try to visit Home.aspx by typing the URL to the browser http://localhost/ProjectName/Home.aspx, i can view the content of the page even after signing out by clicking the sign out button.


This is because the browser loads your page from the cache. You have change the Cache property of the pages.

Use Response.Cache.SetCacheability() function to set cache property. But this would reduce your application performance if you do more actions while page loading. Use it in appropriate places.


[Venkatesh Mookkan]
My: Website | Yahoo Group | Blog Spot

QuestionHow to enable file download in asp.net 2.0 with C#? Pin
Chakouri1-Feb-08 8:48
Chakouri1-Feb-08 8:48 
GeneralRe: How to enable file download in asp.net 2.0 with C#? Pin
led mike1-Feb-08 9:18
led mike1-Feb-08 9:18 
GeneralRe: How to enable file download in asp.net 2.0 with C#? Pin
Chakouri1-Feb-08 9:29
Chakouri1-Feb-08 9:29 
GeneralRe: How to enable file download in asp.net 2.0 with C#? Pin
led mike1-Feb-08 10:23
led mike1-Feb-08 10:23 
GeneralTreeview SiteNavigation Dynamic Collapse Pin
Member 43822321-Feb-08 3:13
Member 43822321-Feb-08 3:13 
AnswerRe: Treeview SiteNavigation Dynamic Collapse Pin
Arun Jacob1-Feb-08 16:54
Arun Jacob1-Feb-08 16:54 
QuestionRe: Treeview SiteNavigation Dynamic Collapse Pin
Member 43822323-Feb-08 20:33
Member 43822323-Feb-08 20:33 
Questionsolution for getting postback data in gridview in PopupControlExtender in another gridview Pin
Be_Aman1-Feb-08 2:14
Be_Aman1-Feb-08 2:14 
GeneralRe: solution for getting postback data in gridview in PopupControlExtender in another gridview Pin
Elayaraja Sambasivam1-Feb-08 2:57
Elayaraja Sambasivam1-Feb-08 2:57 
Generalgetting ID with master page Pin
trilokharry1-Feb-08 1:39
trilokharry1-Feb-08 1:39 
GeneralRe: getting ID with master page Pin
N a v a n e e t h1-Feb-08 1:59
N a v a n e e t h1-Feb-08 1:59 
QuestionHow to Call js function.. Pin
raushan_91-Feb-08 1:29
raushan_91-Feb-08 1:29 
AnswerRe: How to Call js function.. Pin
Arun Jacob1-Feb-08 1:41
Arun Jacob1-Feb-08 1:41 
GeneralRe: How to Call js function.. Pin
raushan_91-Feb-08 1:55
raushan_91-Feb-08 1:55 
GeneralRe: How to Call js function.. Pin
Arun Jacob1-Feb-08 4:07
Arun Jacob1-Feb-08 4:07 
AnswerRe: How to Call js function.. Pin
N a v a n e e t h1-Feb-08 1:57
N a v a n e e t h1-Feb-08 1:57 
AnswerRe: How to Call js function.. Pin
Not Active1-Feb-08 3:01
mentorNot Active1-Feb-08 3:01 

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.