Click here to Skip to main content
15,893,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: redirect to the page that was previously visited Pin
hardik mer30-Apr-12 7:13
hardik mer30-Apr-12 7:13 
GeneralRe: redirect to the page that was previously visited Pin
hardik mer30-Apr-12 7:22
hardik mer30-Apr-12 7:22 
GeneralRe: redirect to the page that was previously visited Pin
jkirkerx30-Apr-12 11:58
professionaljkirkerx30-Apr-12 11:58 
You have to capture the previous url, and write it to a temp location before on or before Page.Load. You may want to consider url encoding the url before storage, and url decoding before sending them back to where they came from.

Make sure you capture the complete url including querystrings.

So write the capture, and make a textbox to store it in, then check the value. Then write the redirect, and the url in the browser url bar for accuracy.
AnswerRe: redirect to the page that was previously visited Pin
rakesh@bbspl.com1-May-12 21:21
rakesh@bbspl.com1-May-12 21:21 
Questiondownload tweets using user ID Pin
hosseinDolat29-Apr-12 6:59
hosseinDolat29-Apr-12 6:59 
AnswerRe: download tweets using user ID Pin
Richard MacCutchan29-Apr-12 23:05
mveRichard MacCutchan29-Apr-12 23:05 
QuestionShowing images from DB Pin
candogu29-Apr-12 5:42
candogu29-Apr-12 5:42 
AnswerRe: Showing images from DB Pin
Ali Al Omairi(Abu AlHassan)29-Apr-12 20:24
professionalAli Al Omairi(Abu AlHassan)29-Apr-12 20:24 
Questionasp.net Pin
gunjan adhikari29-Apr-12 3:16
gunjan adhikari29-Apr-12 3:16 
AnswerRe: asp.net Pin
Wes Aday29-Apr-12 3:32
professionalWes Aday29-Apr-12 3:32 
AnswerRe: asp.net Pin
Sandeep Mewara29-Apr-12 7:41
mveSandeep Mewara29-Apr-12 7:41 
Questionasp.net Pin
gunjan adhikari29-Apr-12 3:12
gunjan adhikari29-Apr-12 3:12 
AnswerRe: asp.net Pin
Wes Aday29-Apr-12 3:32
professionalWes Aday29-Apr-12 3:32 
AnswerRe: asp.net Pin
Sandeep Mewara29-Apr-12 7:43
mveSandeep Mewara29-Apr-12 7:43 
AnswerRe: asp.net Pin
ZurdoDev30-Apr-12 10:41
professionalZurdoDev30-Apr-12 10:41 
Questionavoid running function in page load event of user control inside a page with in master page Pin
uglyeyes29-Apr-12 2:23
uglyeyes29-Apr-12 2:23 
AnswerRe: avoid running function in page load event of user control inside a page with in master page Pin
Rahul Rajat Singh29-Apr-12 22:44
professionalRahul Rajat Singh29-Apr-12 22:44 
GeneralRe: avoid running function in page load event of user control inside a page with in master page Pin
uglyeyes30-Apr-12 2:37
uglyeyes30-Apr-12 2:37 
GeneralRe: avoid running function in page load event of user control inside a page with in master page Pin
uglyeyes3-May-12 16:43
uglyeyes3-May-12 16:43 
QuestionHelp in processing querystring sent using jquery to asp page. Pin
ljpv1428-Apr-12 0:24
ljpv1428-Apr-12 0:24 
AnswerRe: Help in processing querystring sent using jquery to asp page. Pin
Ali Al Omairi(Abu AlHassan)29-Apr-12 0:26
professionalAli Al Omairi(Abu AlHassan)29-Apr-12 0:26 
AnswerRe: Help in processing querystring sent using jquery to asp page. Pin
ZurdoDev30-Apr-12 10:42
professionalZurdoDev30-Apr-12 10:42 
QuestionA session handling problem (need experts' advise) Pin
Rahul Rajat Singh27-Apr-12 22:49
professionalRahul Rajat Singh27-Apr-12 22:49 
AnswerRe: A session handling problem (need experts' advise) Pin
Parwej Ahamad27-Apr-12 23:31
professionalParwej Ahamad27-Apr-12 23:31 
GeneralRe: A session handling problem (need experts' advise) Pin
Rahul Rajat Singh29-Apr-12 19:52
professionalRahul Rajat Singh29-Apr-12 19:52 

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.