Click here to Skip to main content
15,883,967 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: avoid line break in a label Pin
Brij22-Sep-10 6:09
mentorBrij22-Sep-10 6:09 
AnswerRe: avoid line break in a label Pin
T M Gray22-Sep-10 9:06
T M Gray22-Sep-10 9:06 
Questionprevent catching Pin
Jassim Rahma22-Sep-10 0:59
Jassim Rahma22-Sep-10 0:59 
AnswerRe: prevent catching Pin
Eduard Keilholz22-Sep-10 1:44
Eduard Keilholz22-Sep-10 1:44 
AnswerRe: prevent catching Pin
David Mujica22-Sep-10 3:31
David Mujica22-Sep-10 3:31 
GeneralRe: prevent catching Pin
Jassim Rahma22-Sep-10 3:43
Jassim Rahma22-Sep-10 3:43 
GeneralRe: prevent catching Pin
Not Active22-Sep-10 4:48
mentorNot Active22-Sep-10 4:48 
GeneralRe: prevent catching Pin
Anurag Gandhi22-Sep-10 20:03
professionalAnurag Gandhi22-Sep-10 20:03 
Just add the following lines of code in code behind:

Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1));
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetNoStore()


If you want no caching for whole website, add it in code behind of Master Page.
Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life.

Questionfree ASP.NET support ticketing for my app Pin
Jassim Rahma22-Sep-10 0:57
Jassim Rahma22-Sep-10 0:57 
AnswerRe: free ASP.NET support ticketing for my app Pin
David Mujica22-Sep-10 3:29
David Mujica22-Sep-10 3:29 
QuestionIIS 7 Application Slow Pin
Mr. Joydeep Das21-Sep-10 23:39
Mr. Joydeep Das21-Sep-10 23:39 
AnswerRe: IIS 7 Application Slow Pin
Kunal Chowdhury «IN»22-Sep-10 0:30
professionalKunal Chowdhury «IN»22-Sep-10 0:30 
GeneralRe: IIS 7 Application Slow Pin
Mr. Joydeep Das22-Sep-10 2:31
Mr. Joydeep Das22-Sep-10 2:31 
QuestionHow to implement microsoftreportviewer in asp Pin
sameershik21-Sep-10 18:37
sameershik21-Sep-10 18:37 
Questiondatagrid Pin
sheemap21-Sep-10 16:23
sheemap21-Sep-10 16:23 
AnswerRe: datagrid Pin
m@dhu21-Sep-10 20:08
m@dhu21-Sep-10 20:08 
AnswerRe: datagrid Pin
Afsal_svpm21-Sep-10 20:18
Afsal_svpm21-Sep-10 20:18 
QuestionRolling Back Inserted Value using Code Pin
indian14321-Sep-10 13:30
indian14321-Sep-10 13:30 
AnswerRe: Rolling Back Inserted Value using Code Pin
Not Active21-Sep-10 15:21
mentorNot Active21-Sep-10 15:21 
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14322-Sep-10 5:10
indian14322-Sep-10 5:10 
AnswerRe: Rolling Back Inserted Value using Code Pin
future383921-Sep-10 15:25
future383921-Sep-10 15:25 
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14321-Sep-10 18:12
indian14321-Sep-10 18:12 
GeneralRe: Rolling Back Inserted Value using Code Pin
Not Active22-Sep-10 2:26
mentorNot Active22-Sep-10 2:26 
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14322-Sep-10 4:29
indian14322-Sep-10 4:29 
GeneralRe: Rolling Back Inserted Value using Code Pin
T M Gray22-Sep-10 4:53
T M Gray22-Sep-10 4:53 

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.