Click here to Skip to main content
15,905,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: help me Pin
keyur satyadev4-Dec-09 21:48
keyur satyadev4-Dec-09 21:48 
AnswerRe: help me Pin
sashidhar4-Dec-09 22:04
sashidhar4-Dec-09 22:04 
AnswerRe: help me Pin
<<Tash18>>4-Dec-09 22:32
<<Tash18>>4-Dec-09 22:32 
QuestionASP.NET MCV Pin
mpavas4-Dec-09 21:17
mpavas4-Dec-09 21:17 
QuestionAspDotNetStoreFront Skinning Pin
22084-Dec-09 17:10
22084-Dec-09 17:10 
AnswerRe: AspDotNetStoreFront Skinning Pin
Adam Maras4-Dec-09 17:45
Adam Maras4-Dec-09 17:45 
GeneralRe: AspDotNetStoreFront Skinning Pin
22084-Dec-09 20:05
22084-Dec-09 20:05 
QuestionPrevious Page Pin
Munteanu Ciprian4-Dec-09 9:14
Munteanu Ciprian4-Dec-09 9:14 
Ok, here's my problem. I have two pages: one called FirstPage.aspx and the other one called SecondPage.aspx. Here's what I want to do... I start with FirstPage.aspx and here I have a button and when I click it SecondPage.aspx appears. I do that using Response.Redirect("SecondPage.aspx", false). Ok, now when it loads the second page I want to show in a label the name of the first page. How can I do that? If I have used the PostBackUrl property of the button from the first page, this would have been easy. I would have written in the SecondPage:
<br />
 protected void Page_Load(object sender, EventArgs e)<br />
        {<br />
            if (PreviousPage != null)<br />
            {<br />
                Label1.Text = PreviousPage.Title;<br />
            }<br />
<br />
        }<br />


But, I need to show the second page using Response.Redirect("SecondPage.aspx", false). So any help?
AnswerRe: Previous Page Pin
Abhishek Sur4-Dec-09 11:55
professionalAbhishek Sur4-Dec-09 11:55 
QuestionAJAX control Toolkit Accordion Control problem Pin
Faisal Khatri4-Dec-09 5:18
Faisal Khatri4-Dec-09 5:18 
AnswerRe: AJAX control Toolkit Accordion Control problem Pin
keyur satyadev4-Dec-09 21:36
keyur satyadev4-Dec-09 21:36 
AnswerRe: AJAX control Toolkit Accordion Control problem Pin
Mark Graham7-Dec-09 0:33
Mark Graham7-Dec-09 0:33 
RantPostBackUrl Pin
Munteanu Ciprian4-Dec-09 3:13
Munteanu Ciprian4-Dec-09 3:13 
GeneralRe: PostBackUrl Pin
OriginalGriff4-Dec-09 4:08
mveOriginalGriff4-Dec-09 4:08 
GeneralRe: PostBackUrl Pin
Mark Graham7-Dec-09 0:37
Mark Graham7-Dec-09 0:37 
GeneralRe: PostBackUrl Pin
Mark Graham7-Dec-09 0:50
Mark Graham7-Dec-09 0:50 
RantPostBackUrl Pin
Munteanu Ciprian4-Dec-09 3:11
Munteanu Ciprian4-Dec-09 3:11 
GeneralRe: PostBackUrl Pin
Vimalsoft(Pty) Ltd4-Dec-09 4:07
professionalVimalsoft(Pty) Ltd4-Dec-09 4:07 
QuestionHow to invoke Anchor tag click event without clicking in asp.net Pin
Nekkantidivya4-Dec-09 1:39
Nekkantidivya4-Dec-09 1:39 
AnswerRe: How to invoke Anchor tag click event without clicking in asp.net Pin
saini arun4-Dec-09 1:58
saini arun4-Dec-09 1:58 
AnswerRe: How to invoke Anchor tag click event without clicking in asp.net Pin
Abhishek Sur4-Dec-09 3:00
professionalAbhishek Sur4-Dec-09 3:00 
QuestionProblem setting Header Image in GridView Control Pin
CrazyCoder264-Dec-09 0:12
CrazyCoder264-Dec-09 0:12 
AnswerRe: Problem setting Header Image in GridView Control Pin
sashidhar4-Dec-09 0:38
sashidhar4-Dec-09 0:38 
GeneralRe: Problem setting Header Image in GridView Control Pin
CrazyCoder264-Dec-09 0:54
CrazyCoder264-Dec-09 0:54 
GeneralRe: Problem setting Header Image in GridView Control Pin
Petr Pechovic4-Dec-09 1:01
professionalPetr Pechovic4-Dec-09 1:01 

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.