Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: form action redirection


Message #1 by "Gordon Hold" <gordon.hold@i...> on Tue, 23 Jul 2002 15:11:02
In chapter 3 of your book you use pages called holidaypage.aspx and 
holidayresponse.aspx

Holidaypage.aspx has a line:
<form method="post" action="holidayresponse.aspx"> When I run the page I 
get an error so have added runat="server" to the line. When I click on the 
submit button the browser displays holidaypage.aspx, yet the action is 
holidayresponse.aspx. 
If I view the source of the page the action has been changed to 
holidaypage.aspx

How do we overcome this?
Message #2 by Simon Hargreaves <Simon.Hargreaves@c...> on Tue, 23 Jul 2002 15:16:19 +0100
Gordon,

have a look back over the last few weeks in the discussions for this topic,
you will find that if you are reading the book (Beggining ASP.NET with the
public beta) the book doesn't work with the final release.

I had the same problem.

Simon

-----Original Message-----
From: Gordon Hold [mailto:gordon.hold@i...]
Sent: 23 July 2002 16:11
To: aspx_beginners
Subject: [aspx_beginners] form action redirection


In chapter 3 of your book you use pages called holidaypage.aspx and 
holidayresponse.aspx

Holidaypage.aspx has a line:
<form method="post" action="holidayresponse.aspx"> When I run the page I 
get an error so have added runat="server" to the line. When I click on the 
submit button the browser displays holidaypage.aspx, yet the action is 
holidayresponse.aspx. 
If I view the source of the page the action has been changed to 
holidaypage.aspx

How do we overcome this?
Message #3 by "Hold, Gordon (IndSys, GE Sensing Solution Group)" <Gordon.Hold@i...> on Tue, 23 Jul 2002 17:18:27 +0200
Simon, many thanks for the info. I have got it working. I hope the book
explains the code later on as it seems to me to be a very long winded way of
submitting data to another page.

Thanks again

Gordon Hold
IT Manager
GE Sontay Limited
Four Elms Road, Edenbridge, Kent TN8 6AB, UK
Phone: +44 (0) 1732 865548
Fax:     +44 (0) 1732 867164
E-Mail Address:  Gordon.Hold@i...


-----Original Message-----
From: Simon Hargreaves [mailto:Simon.Hargreaves@c...]
Sent: 23 July 2002 15:16
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Gordon,

have a look back over the last few weeks in the discussions for this topic,
you will find that if you are reading the book (Beggining ASP.NET with the
public beta) the book doesn't work with the final release.

I had the same problem.

Simon

-----Original Message-----
From: Gordon Hold [mailto:gordon.hold@i...]
Sent: 23 July 2002 16:11
To: aspx_beginners
Subject: [aspx_beginners] form action redirection


In chapter 3 of your book you use pages called holidaypage.aspx and 
holidayresponse.aspx

Holidaypage.aspx has a line:
<form method="post" action="holidayresponse.aspx"> When I run the page I 
get an error so have added runat="server" to the line. When I click on the 
submit button the browser displays holidaypage.aspx, yet the action is 
holidayresponse.aspx. 
If I view the source of the page the action has been changed to 
holidaypage.aspx

How do we overcome this?

Message #4 by Simon Hargreaves <Simon.Hargreaves@c...> on Tue, 23 Jul 2002 16:47:19 +0100
Hi Gordon,

If your version of the book states on the front that it is based on the
public beta edition of the ASP.NET framework, it won't explain later because
the book is wrong for the actual release version of the software.

I went and bought a new version of the book, the ISBN number is different
and if you want it, let me know and I'll bring the book in tomorrow.

Simon

-----Original Message-----
From: Hold, Gordon (IndSys, GE Sensing Solution Group)
[mailto:Gordon.Hold@i...]
Sent: 23 July 2002 16:18
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Simon, many thanks for the info. I have got it working. I hope the book
explains the code later on as it seems to me to be a very long winded way of
submitting data to another page.

Thanks again

Gordon Hold
IT Manager
GE Sontay Limited
Four Elms Road, Edenbridge, Kent TN8 6AB, UK
Phone: +44 (0) 1732 865548
Fax:     +44 (0) 1732 867164
E-Mail Address:  Gordon.Hold@i...


-----Original Message-----
From: Simon Hargreaves [mailto:Simon.Hargreaves@c...]
Sent: 23 July 2002 15:16
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Gordon,

have a look back over the last few weeks in the discussions for this topic,
you will find that if you are reading the book (Beggining ASP.NET with the
public beta) the book doesn't work with the final release.

I had the same problem.

Simon

-----Original Message-----
From: Gordon Hold [mailto:gordon.hold@i...]
Sent: 23 July 2002 16:11
To: aspx_beginners
Subject: [aspx_beginners] form action redirection


In chapter 3 of your book you use pages called holidaypage.aspx and 
holidayresponse.aspx

Holidaypage.aspx has a line:
<form method="post" action="holidayresponse.aspx"> When I run the page I 
get an error so have added runat="server" to the line. When I click on the 
submit button the browser displays holidaypage.aspx, yet the action is 
holidayresponse.aspx. 
If I view the source of the page the action has been changed to 
holidaypage.aspx

How do we overcome this?


Message #5 by "Hold, Gordon (IndSys, GE Sensing Solution Group)" <Gordon.Hold@i...> on Tue, 23 Jul 2002 17:28:47 +0200
Simon, there is no mention of the beta edition on the book. The isbn number
of my book is 1-861005-04-0

Gordon

-----Original Message-----
From: Simon Hargreaves [mailto:Simon.Hargreaves@c...]
Sent: 23 July 2002 16:47
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Hi Gordon,

If your version of the book states on the front that it is based on the
public beta edition of the ASP.NET framework, it won't explain later because
the book is wrong for the actual release version of the software.

I went and bought a new version of the book, the ISBN number is different
and if you want it, let me know and I'll bring the book in tomorrow.

Simon

-----Original Message-----
From: Hold, Gordon (IndSys, GE Sensing Solution Group)
[mailto:Gordon.Hold@i...]
Sent: 23 July 2002 16:18
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Simon, many thanks for the info. I have got it working. I hope the book
explains the code later on as it seems to me to be a very long winded way of
submitting data to another page.

Thanks again

Gordon Hold
IT Manager
GE Sontay Limited
Four Elms Road, Edenbridge, Kent TN8 6AB, UK
Phone: +44 (0) 1732 865548
Fax:     +44 (0) 1732 867164
E-Mail Address:  Gordon.Hold@i...


-----Original Message-----
From: Simon Hargreaves [mailto:Simon.Hargreaves@c...]
Sent: 23 July 2002 15:16
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Gordon,

have a look back over the last few weeks in the discussions for this topic,
you will find that if you are reading the book (Beggining ASP.NET with the
public beta) the book doesn't work with the final release.

I had the same problem.

Simon

-----Original Message-----
From: Gordon Hold [mailto:gordon.hold@i...]
Sent: 23 July 2002 16:11
To: aspx_beginners
Subject: [aspx_beginners] form action redirection


In chapter 3 of your book you use pages called holidaypage.aspx and 
holidayresponse.aspx

Holidaypage.aspx has a line:
<form method="post" action="holidayresponse.aspx"> When I run the page I 
get an error so have added runat="server" to the line. When I click on the 
submit button the browser displays holidaypage.aspx, yet the action is 
holidayresponse.aspx. 
If I view the source of the page the action has been changed to 
holidaypage.aspx

How do we overcome this?



Message #6 by Simon Hargreaves <Simon.Hargreaves@c...> on Tue, 23 Jul 2002 17:15:36 +0100
Thats the out of date one mate !!!!

-----Original Message-----
From: Hold, Gordon (IndSys, GE Sensing Solution Group)
[mailto:Gordon.Hold@i...]
Sent: 23 July 2002 16:29
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Simon, there is no mention of the beta edition on the book. The isbn number
of my book is 1-861005-04-0

Gordon

-----Original Message-----
From: Simon Hargreaves [mailto:Simon.Hargreaves@c...]
Sent: 23 July 2002 16:47
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Hi Gordon,

If your version of the book states on the front that it is based on the
public beta edition of the ASP.NET framework, it won't explain later because
the book is wrong for the actual release version of the software.

I went and bought a new version of the book, the ISBN number is different
and if you want it, let me know and I'll bring the book in tomorrow.

Simon

-----Original Message-----
From: Hold, Gordon (IndSys, GE Sensing Solution Group)
[mailto:Gordon.Hold@i...]
Sent: 23 July 2002 16:18
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Simon, many thanks for the info. I have got it working. I hope the book
explains the code later on as it seems to me to be a very long winded way of
submitting data to another page.

Thanks again

Gordon Hold
IT Manager
GE Sontay Limited
Four Elms Road, Edenbridge, Kent TN8 6AB, UK
Phone: +44 (0) 1732 865548
Fax:     +44 (0) 1732 867164
E-Mail Address:  Gordon.Hold@i...


-----Original Message-----
From: Simon Hargreaves [mailto:Simon.Hargreaves@c...]
Sent: 23 July 2002 15:16
To: aspx_beginners
Subject: [aspx_beginners] RE: form action redirection


Gordon,

have a look back over the last few weeks in the discussions for this topic,
you will find that if you are reading the book (Beggining ASP.NET with the
public beta) the book doesn't work with the final release.

I had the same problem.

Simon

-----Original Message-----
From: Gordon Hold [mailto:gordon.hold@i...]
Sent: 23 July 2002 16:11
To: aspx_beginners
Subject: [aspx_beginners] form action redirection


In chapter 3 of your book you use pages called holidaypage.aspx and 
holidayresponse.aspx

Holidaypage.aspx has a line:
<form method="post" action="holidayresponse.aspx"> When I run the page I 
get an error so have added runat="server" to the line. When I click on the 
submit button the browser displays holidaypage.aspx, yet the action is 
holidayresponse.aspx. 
If I view the source of the page the action has been changed to 
holidaypage.aspx

How do we overcome this?





  Return to Index