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

ASP.NET

 
GeneralRe: databinding error Pin
Sonia Gupta19-Sep-07 21:03
Sonia Gupta19-Sep-07 21:03 
GeneralRe: databinding error [modified] Pin
saravanan0519-Sep-07 22:42
saravanan0519-Sep-07 22:42 
Questionerror when browsing client page from the local server and client computer as well [modified] Pin
Dhyanga19-Sep-07 19:46
Dhyanga19-Sep-07 19:46 
Question.avi files Pin
Divya Mallis19-Sep-07 19:45
Divya Mallis19-Sep-07 19:45 
Questiondisable the browser backbutton Pin
saravanan0519-Sep-07 19:44
saravanan0519-Sep-07 19:44 
AnswerRe: disable the browser backbutton Pin
Sandeep Akhare19-Sep-07 20:35
Sandeep Akhare19-Sep-07 20:35 
GeneralRe: disable the browser backbutton Pin
saravanan0519-Sep-07 20:52
saravanan0519-Sep-07 20:52 
GeneralRe: disable the browser backbutton Pin
Sandeep Akhare19-Sep-07 21:03
Sandeep Akhare19-Sep-07 21:03 
DO one thing before page loading check the session values if you are in register page put that value in session ...
suppose
Login Page -> session['CurrentPage']=Login
verif Page -> session['CurrentPage']=Verify
Register Page -> session['CurrentPage']=Register

but while assining value in verify page check session value if it contains Register then redirect it to again Register Page
also add this code in aspx of every page
<head><br />
<meta http-equiv="Expires" CONTENT="0"><br />
<meta http-equiv="Cache-Control" CONTENT="no-cache"><br />
<meta http-equiv="Pragma" CONTENT="no-cache"><br />
</head> 




Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: disable the browser backbutton Pin
saravanan0519-Sep-07 21:21
saravanan0519-Sep-07 21:21 
GeneralRe: disable the browser backbutton Pin
Sandeep Akhare19-Sep-07 21:31
Sandeep Akhare19-Sep-07 21:31 
GeneralRe: disable the browser backbutton Pin
saravanan0519-Sep-07 21:44
saravanan0519-Sep-07 21:44 
Questiondatagrid Pin
jai 12319-Sep-07 19:23
jai 12319-Sep-07 19:23 
AnswerRe: datagrid Pin
abglorie19-Sep-07 20:21
abglorie19-Sep-07 20:21 
GeneralRe: datagrid Pin
jai 12319-Sep-07 20:29
jai 12319-Sep-07 20:29 
AnswerRe: datagrid Pin
m v ramana19-Sep-07 20:57
m v ramana19-Sep-07 20:57 
QuestionEmail in ASP.NET Pin
.NET- India 19-Sep-07 19:17
.NET- India 19-Sep-07 19:17 
AnswerRe: Email in ASP.NET Pin
Imran Khan Pathan19-Sep-07 19:24
Imran Khan Pathan19-Sep-07 19:24 
AnswerRe: Email in ASP.NET Pin
rahul.net1119-Sep-07 20:20
rahul.net1119-Sep-07 20:20 
GeneralRe: Email in ASP.NET Pin
.NET- India 19-Sep-07 20:22
.NET- India 19-Sep-07 20:22 
GeneralRe: Email in ASP.NET Pin
rahul.net1119-Sep-07 20:31
rahul.net1119-Sep-07 20:31 
QuestionI want command line converter from any format to WMV format Pin
Tarun Dudhatra19-Sep-07 19:04
Tarun Dudhatra19-Sep-07 19:04 
QuestionProblem in Displaying Image after Saving it using the FIleUpload Control. Pin
N a r e s h P a t e l19-Sep-07 18:33
N a r e s h P a t e l19-Sep-07 18:33 
AnswerRe: Problem in Displaying Image after Saving it using the FIleUpload Control. Pin
Christian Graus19-Sep-07 18:47
protectorChristian Graus19-Sep-07 18:47 
QuestionUsing Com dll in ASP.NET gives Security error Pin
Chetan Patel19-Sep-07 18:10
Chetan Patel19-Sep-07 18:10 
AnswerRe: Using Com dll in ASP.NET gives Security error Pin
Christian Graus19-Sep-07 18:42
protectorChristian Graus19-Sep-07 18:42 

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.