Click here to Skip to main content
15,921,694 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Check all - checkbox Pin
nour12318-Mar-08 19:26
nour12318-Mar-08 19:26 
GeneralRe: Check all - checkbox Pin
pmartike18-Mar-08 20:36
pmartike18-Mar-08 20:36 
GeneralRe: Check all - checkbox Pin
Not Active19-Mar-08 1:16
mentorNot Active19-Mar-08 1:16 
GeneralRe: Check all - checkbox Pin
nour12319-Mar-08 4:02
nour12319-Mar-08 4:02 
Generalpattern and practices Pin
raquidd2218-Mar-08 6:30
raquidd2218-Mar-08 6:30 
GeneralRe: pattern and practices Pin
Not Active18-Mar-08 7:03
mentorNot Active18-Mar-08 7:03 
GeneralRe: pattern and practices Pin
raquidd2218-Mar-08 8:15
raquidd2218-Mar-08 8:15 
GeneralRedirecting to another page Pin
pmartike18-Mar-08 3:51
pmartike18-Mar-08 3:51 
Hi!
I have a question. How can i redirect to another page in a Button_click event. If i try with Response.Redirect("test.aspx") on test.aspx i get null values Request.Form("...") . If i try with Server.Transfer("...") i get an error:

"Sys.Webforms.PageRequestManagerParserErrorException:The message recieved from the server could not be parsed. Common causes for this error are when the response is modified by calls Response.Write(),response filters,HttpModules,or server trace is enabled. Details error parsing near ' y code:
<br />
protected void OkBTN_Click(object sender, ImageClickEventArgs e)<br />
    {<br />
        if (startDate <= endDate) Server.Transfer("test.aspx");<br />
        else<br />
        {<br />
            messageLbl.Text = dateError;<br />
            messageLbl.Visible = true;<br />
        }<br />
    }<br />


I just want to redirect to my test.aspx page and get some values with Request.Form().

Plese help me Smile | :)

Thank you!

Regards,
Marta Paniti.




--------------------------------
visit: http://pmartike.deviantart.com/

GeneralRe: Redirecting to another page Pin
eyeseetee18-Mar-08 3:58
eyeseetee18-Mar-08 3:58 
GeneralRe: Redirecting to another page Pin
pmartike18-Mar-08 4:06
pmartike18-Mar-08 4:06 
GeneralRe: Redirecting to another page Pin
Not Active18-Mar-08 6:51
mentorNot Active18-Mar-08 6:51 
GeneralRe: Redirecting to another page Pin
pmartike18-Mar-08 20:29
pmartike18-Mar-08 20:29 
QuestionHow to Dispaly Records on runtime. Pin
raushan_918-Mar-08 3:45
raushan_918-Mar-08 3:45 
AnswerRe: How to Dispaly Records on runtime. Pin
eyeseetee18-Mar-08 3:56
eyeseetee18-Mar-08 3:56 
GeneralRe: How to Dispaly Records on runtime. Pin
raushan_918-Mar-08 4:04
raushan_918-Mar-08 4:04 
AnswerRe: How to Dispaly Records on runtime. Pin
pmartike18-Mar-08 4:02
pmartike18-Mar-08 4:02 
AnswerRe: How to Dispaly Records on runtime. Pin
lbothell18-Mar-08 9:56
lbothell18-Mar-08 9:56 
GeneralRe: How to Dispaly Records on runtime. Pin
raushan_918-Mar-08 19:24
raushan_918-Mar-08 19:24 
GeneralRe: How to Dispaly Records on runtime. Pin
lbothell20-Mar-08 8:14
lbothell20-Mar-08 8:14 
GeneralLDAP with ASP.net Pin
v1i9n6o7d18-Mar-08 3:05
v1i9n6o7d18-Mar-08 3:05 
Generalradio button default selection Pin
Sandeep Akhare18-Mar-08 2:10
Sandeep Akhare18-Mar-08 2:10 
GeneralRe: radio button default selection Pin
danasegaranea18-Mar-08 2:13
danasegaranea18-Mar-08 2:13 
GeneralRe: radio button default selection Pin
Sandeep Akhare18-Mar-08 2:29
Sandeep Akhare18-Mar-08 2:29 
GeneralRe: radio button default selection Pin
EvilInside18-Mar-08 2:15
EvilInside18-Mar-08 2:15 
GeneralRe: radio button default selection Pin
Sandeep Akhare18-Mar-08 2:32
Sandeep Akhare18-Mar-08 2:32 

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.