Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2005

Tip: Looking for answers? Try searching our database.

multiple forms allowed in asp.net 2.0 ?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sshen - 26 Oct 2005 15:35 GMT
i am wondering whether this is now available in asp.net 2.0? i couldn't get
any comfirmation from this newsgroup reading. thanks.

1. multiple forms (all with onserver tag)  in one page
2. postback to other pages. it said that postbackURL() is now provided for
this
3. array of checkbox, etc using the same id - this is very useful for
datagrid (w3c feature)

i struggled with above in asp.net 1.1 and wondering the changes in 2.0
Scott Allen - 26 Oct 2005 18:49 GMT
You can still have just one server side form (a form with
runat="server"), but there is an option to post to another page. I
wrote about the feature here: http://odetocode.com/Articles/421.aspx

--
Scott
http://www.OdeToCode.com/blogs/scott/

>i am wondering whether this is now available in asp.net 2.0? i couldn't get
>any comfirmation from this newsgroup reading. thanks.
[quoted text clipped - 6 lines]
>
>i struggled with above in asp.net 1.1 and wondering the changes in 2.0
sp3d2orbit - 26 Oct 2005 22:03 GMT
Posting back to another page:

In Page1.aspx

<asp:Button id="btnButton1" Text="Another Page"
PostBackUrl="Page2.aspx" runat="server" />

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.