Click here to Skip to main content
15,913,587 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ip-address Pin
Talal Sultan9-Aug-07 22:37
Talal Sultan9-Aug-07 22:37 
QuestionUsercontrol's property wasn't changed by inside event... Pin
kokain9-Aug-07 21:31
kokain9-Aug-07 21:31 
AnswerRe: Usercontrol's property wasn't changed by inside event... Pin
N a v a n e e t h9-Aug-07 23:34
N a v a n e e t h9-Aug-07 23:34 
GeneralRe: Usercontrol's property wasn't changed by inside event... Pin
kokain9-Aug-07 23:41
kokain9-Aug-07 23:41 
Questionviewstate Pin
Sonia Gupta9-Aug-07 21:28
Sonia Gupta9-Aug-07 21:28 
AnswerRe: viewstate Pin
SHatchard9-Aug-07 21:36
SHatchard9-Aug-07 21:36 
GeneralRe: viewstate Pin
Sonia Gupta9-Aug-07 21:42
Sonia Gupta9-Aug-07 21:42 
GeneralRe: viewstate Pin
SHatchard9-Aug-07 21:56
SHatchard9-Aug-07 21:56 
You cant do anything when the back button is pressed since no server-side code will be executed. You can expire the page though which will ensure that the page is re-loaded from code when the back button is pressed

Response.Expires = 0
Response.Cache.SetNoStore()
Response.AppendHeader("Pragma", "no-cache")

GeneralRe: viewstate Pin
Sonia Gupta9-Aug-07 22:14
Sonia Gupta9-Aug-07 22:14 
GeneralRe: viewstate Pin
N a v a n e e t h9-Aug-07 23:06
N a v a n e e t h9-Aug-07 23:06 
AnswerRe: viewstate Pin
Imran Khan Pathan9-Aug-07 23:14
Imran Khan Pathan9-Aug-07 23:14 
Questioncan we save and retrieve the value from appsetting in encrypted form. [modified] Pin
Piyush Vardhan Singh9-Aug-07 21:02
Piyush Vardhan Singh9-Aug-07 21:02 
AnswerRe: can we save and retrieve the value from appsetting in encrypted form. Pin
N a v a n e e t h9-Aug-07 23:07
N a v a n e e t h9-Aug-07 23:07 
Questionpage refreshment Pin
saravanan059-Aug-07 20:23
saravanan059-Aug-07 20:23 
AnswerRe: page refreshment Pin
N a v a n e e t h9-Aug-07 20:27
N a v a n e e t h9-Aug-07 20:27 
GeneralRe: page refreshment Pin
saravanan059-Aug-07 20:36
saravanan059-Aug-07 20:36 
GeneralRe: page refreshment Pin
Michael Sync9-Aug-07 20:46
Michael Sync9-Aug-07 20:46 
GeneralRe: page refreshment Pin
saravanan059-Aug-07 20:53
saravanan059-Aug-07 20:53 
QuestionHow to Encrypt the QueryString parameters in GridView Hyperlink Column Pin
codelinks9-Aug-07 20:22
codelinks9-Aug-07 20:22 
AnswerRe: How to Encrypt the QueryString parameters in GridView Hyperlink Column Pin
N a v a n e e t h9-Aug-07 20:31
N a v a n e e t h9-Aug-07 20:31 
Questionruntime controls Pin
BINOVAR9-Aug-07 20:11
BINOVAR9-Aug-07 20:11 
AnswerRe: runtime controls Pin
Parwej Ahamad9-Aug-07 20:14
professionalParwej Ahamad9-Aug-07 20:14 
Question"File has not been pre-compiled" Pin
deep79-Aug-07 20:02
deep79-Aug-07 20:02 
Questionhow to create dynamic applications in asp.net Pin
asrabanu9-Aug-07 19:21
asrabanu9-Aug-07 19:21 
AnswerRe: how to create dynamic applications in asp.net Pin
N a v a n e e t h9-Aug-07 20:33
N a v a n e e t h9-Aug-07 20:33 

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.