Click here to Skip to main content
15,922,574 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionBetter way of definding label control at run time Pin
imranafsari13-Sep-07 0:51
imranafsari13-Sep-07 0:51 
AnswerRe: Better way of definding label control at run time Pin
Sandeep Akhare13-Sep-07 1:08
Sandeep Akhare13-Sep-07 1:08 
AnswerRe: Better way of definding label control at run time Pin
Brent Lamborn13-Sep-07 3:21
Brent Lamborn13-Sep-07 3:21 
QuestionErasing Values Pin
bhattiprolu13-Sep-07 0:42
bhattiprolu13-Sep-07 0:42 
AnswerRe: Erasing Values Pin
nagendrathecoder13-Sep-07 0:47
nagendrathecoder13-Sep-07 0:47 
GeneralRe: Erasing Values Pin
bhattiprolu13-Sep-07 1:05
bhattiprolu13-Sep-07 1:05 
GeneralRe: Erasing Values Pin
Imran Khan Pathan13-Sep-07 1:25
Imran Khan Pathan13-Sep-07 1:25 
AnswerRe: Erasing Values Pin
Urs Enzler13-Sep-07 3:54
Urs Enzler13-Sep-07 3:54 
disable caching on client:

Response.CacheControl = "no-cache";
Response.AddHeader("pragma", "no-cache");
Response.Expires = -1;


This will cause a Request to the server when the user clicks on the back button.

Your page will be freshly initialized then.

-^-^-^-^-^-
no risk no funk ................... please vote ------>

QuestionDatabase 'Bit' field type problem !! Pin
-- Abhi --13-Sep-07 0:13
-- Abhi --13-Sep-07 0:13 
AnswerRe: Database 'Bit' field type problem !! Pin
nagendrathecoder13-Sep-07 0:18
nagendrathecoder13-Sep-07 0:18 
GeneralRe: Database 'Bit' field type problem !! Pin
-- Abhi --13-Sep-07 0:47
-- Abhi --13-Sep-07 0:47 
QuestionDoubt in Ajax... Pin
Balagurunathan S13-Sep-07 0:11
Balagurunathan S13-Sep-07 0:11 
AnswerRe: Doubt in Ajax... Pin
Pete O'Hanlon13-Sep-07 0:39
mvePete O'Hanlon13-Sep-07 0:39 
GeneralRe: Doubt in Ajax... Pin
Balagurunathan S13-Sep-07 1:04
Balagurunathan S13-Sep-07 1:04 
GeneralRe: Doubt in Ajax... Pin
Pete O'Hanlon13-Sep-07 1:14
mvePete O'Hanlon13-Sep-07 1:14 
QuestionUpload File problem Pin
Ballita12-Sep-07 23:50
Ballita12-Sep-07 23:50 
AnswerRe: Upload File problem Pin
Sandeep Akhare12-Sep-07 23:53
Sandeep Akhare12-Sep-07 23:53 
GeneralRe: Upload File problem Pin
Ballita13-Sep-07 0:03
Ballita13-Sep-07 0:03 
GeneralRe: Upload File problem Pin
nagendrathecoder13-Sep-07 0:20
nagendrathecoder13-Sep-07 0:20 
GeneralRe: Upload File problem Pin
Ballita13-Sep-07 0:27
Ballita13-Sep-07 0:27 
GeneralRe: Upload File problem Pin
nagendrathecoder13-Sep-07 0:38
nagendrathecoder13-Sep-07 0:38 
GeneralRe: Upload File problem Pin
Sandeep Akhare13-Sep-07 0:43
Sandeep Akhare13-Sep-07 0:43 
GeneralRe: Upload File problem Pin
Sandeep Akhare13-Sep-07 0:45
Sandeep Akhare13-Sep-07 0:45 
GeneralRe: Upload File problem Pin
Ballita13-Sep-07 0:49
Ballita13-Sep-07 0:49 
AnswerRe: Upload File problem Pin
nagendrathecoder13-Sep-07 0:03
nagendrathecoder13-Sep-07 0:03 

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.