|
|
 |
Re: FN-FORUM: ASP.NET
date posted 27th July 2005 20:56
Cheers Andy,
I have just got one asp.net form tag now and have changed everything around
to get it to work.
Thanks
John
----- Original Message -----
From: "Andy Macnaughton-Jones" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, July 27, 2005 9:23 PM
Subject: RE: FN-FORUM: ASP.NET
There was an article on this subject on one of the zdnet type freebie
forums. Describing ways to work around only having one form.
The problem is that you have to uniquely identify form submission items
otherwise you won't be able to use them in the code behind.
You can have multiple forms which aren't runat="server". The code behind
will still be processed but youy have to handle the response.form
elements yourself. We have to do this when we're building complete pages
using xslt because you don't know what the elements are at design time.
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Damon
Sent: 27 July 2005 19:33
To: Andy Macnaughton-Jones
Subject: RE: FN-FORUM: ASP.NET
Not quite sure what you are explaining John
You can only have 1 form on an asp.net page, that's it.
User controls should never have there own forms in
Damon
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of John
Kyle
Sent: 27 July 2005 18:35
To: FN-FORUM / [EMAIL REMOVED]
Subject: FN-FORUM: ASP.NET
I know I cannot have more than 1 tag in one page;
I have a design layout that has been split into User Controls; however,
I have
a situation where I have 2 tags in the same page
and of course it all falls down. I have tried to create one form outside
within the design layout where the User Controls are referenced in the
page but now
the button functions in the User Controls no longer work. Any ideas how
I can resolve this (I am also not using VS.NET).
Best Regards
John
--
Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414
or visit www.prosperity4.com and benefit from Inland Revenue approved
expenses today.
To advertise here: http://www.freelancers.net/advertising.html
--
Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414
or visit www.prosperity4.com and benefit from Inland Revenue approved
expenses today.
To advertise here: http://www.freelancers.net/advertising.html
--
Freelancers, contractors earn more with Prosperity4
Call 0870 870 4414 or visit www.prosperity4.com
and benefit from Inland Revenue approved expenses today.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|