Click here to Skip to main content
15,895,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to maintaining a Same Title for different web forms using HTML Pin
somagunasekaran26-Jul-07 22:15
somagunasekaran26-Jul-07 22:15 
GeneralRe: How to maintaining a Same Title for different web forms using HTML Pin
N a v a n e e t h26-Jul-07 22:27
N a v a n e e t h26-Jul-07 22:27 
GeneralRe: How to maintaining a Same Title for different web forms using HTML Pin
T.EDY26-Jul-07 22:34
T.EDY26-Jul-07 22:34 
GeneralRe: How to maintaining a Same Title for different web forms using HTML Pin
N a v a n e e t h26-Jul-07 22:38
N a v a n e e t h26-Jul-07 22:38 
QuestionHandle the Back Button in Browser? Pin
chand1026-Jul-07 21:59
chand1026-Jul-07 21:59 
AnswerRe: Handle the Back Button in Browser? Pin
Christian Graus26-Jul-07 22:05
protectorChristian Graus26-Jul-07 22:05 
AnswerRe: Handle the Back Button in Browser? Pin
T.EDY26-Jul-07 22:22
T.EDY26-Jul-07 22:22 
AnswerRe: Handle the Back Button in Browser? Pin
Archana New to Dotnet26-Jul-07 22:37
Archana New to Dotnet26-Jul-07 22:37 
Put this script inside Head tag of the page.




history.forward();



eg.suppose we have to pages.1)default1.aspx
2)default2.aspx

if we apply this script to default1.aspx and we use response.redirect to goto second page(default2.aspx)we cant use back button in default2.apsx
GeneralRe: Handle the Back Button in Browser? Pin
N a v a n e e t h26-Jul-07 22:50
N a v a n e e t h26-Jul-07 22:50 
GeneralRe: Handle the Back Button in Browser? Pin
Vasudevan Deepak Kumar26-Jul-07 22:55
Vasudevan Deepak Kumar26-Jul-07 22:55 
AnswerRe: Handle the Back Button in Browser? Pin
N a v a n e e t h26-Jul-07 22:52
N a v a n e e t h26-Jul-07 22:52 
GeneralRe: Handle the Back Button in Browser? Pin
Vasudevan Deepak Kumar26-Jul-07 22:56
Vasudevan Deepak Kumar26-Jul-07 22:56 
GeneralRe: Handle the Back Button in Browser? Pin
N a v a n e e t h27-Jul-07 1:05
N a v a n e e t h27-Jul-07 1:05 
QuestionDifference between Request.ServerVariables["HTTP_X_FORWARDED_FOR"] and Request.ServerVariables["REMOTE_ADDR"] in Asp.net Pin
vijay_8326-Jul-07 21:43
vijay_8326-Jul-07 21:43 
AnswerRe: Difference between Request.ServerVariables["HTTP_X_FORWARDED_FOR"] and Request.ServerVariables["REMOTE_ADDR"] in Asp.net Pin
Vasudevan Deepak Kumar26-Jul-07 22:59
Vasudevan Deepak Kumar26-Jul-07 22:59 
QuestionTransfer to another server [modified] Pin
totocaster26-Jul-07 21:06
totocaster26-Jul-07 21:06 
AnswerRe: Transfer to another server Pin
Christian Graus26-Jul-07 22:07
protectorChristian Graus26-Jul-07 22:07 
QuestionRe: Transfer to another server Pin
totocaster26-Jul-07 22:10
totocaster26-Jul-07 22:10 
Questionsql query Pin
Sonia Gupta26-Jul-07 21:05
Sonia Gupta26-Jul-07 21:05 
AnswerRe: sql query Pin
Piyush Vardhan Singh26-Jul-07 21:18
Piyush Vardhan Singh26-Jul-07 21:18 
GeneralRe: sql query Pin
Sonia Gupta26-Jul-07 21:52
Sonia Gupta26-Jul-07 21:52 
AnswerRe: sql query Pin
Eliz.k26-Jul-07 22:42
Eliz.k26-Jul-07 22:42 
Questionpage slow Pin
vijaybrin26-Jul-07 20:35
vijaybrin26-Jul-07 20:35 
AnswerRe: page slow Pin
Christian Graus26-Jul-07 20:43
protectorChristian Graus26-Jul-07 20:43 
AnswerRe: page slow Pin
Eliz.k26-Jul-07 22:46
Eliz.k26-Jul-07 22:46 

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.