|
|
#1 (permalink) Top |
|
Geek
![]() |
Hi all,
I am new to ASP.NET, but I have a question. I am having trouble with form tags. I know there can only be one form tag per page, but that won't let me do what I want to do. I have a calendar at the top of the page (ASP.NET framework) nested in a form tag. At the bottom of the page, I want a button that submits some user data. The two are entirely unrelated, but I can't figure out how to get both on the same page. Thanks for any help.
__________________
|
|
|
|
|
#2 (permalink) Top |
|
The King
![]() ![]() Join Date: Jan 2004
Age: 18 Male
Posts: 5,254
Times Helpful: 402
My Mood: Drunk
Status: Offline
|
You can have multiple HTML form objects in a HTML document.
__________________
Never trust a program you don't have the source code for. ![]() My website | Powerful Desktop Linux | Linux for human beings | Linux for power users | Linux for ricers |
|
|
|
|
#4 (permalink) Top |
|
Geek Trainee
![]() Join Date: Jul 2008
Posts: 6
Times Helpful: 1
Status: Offline
|
aspnettutorials.com
dotnettutorials.com 123asxp.com 411asp.com All good references and snippet sites for you. ENoy! |
|
|
|
|
#5 (permalink) Top |
|
Geek
![]() |
Thank you everyone for the replies. I found out what I did just a minute ago. For anyone wondering, you place the form tags around the entire page. I didn't realize that was what you needed to do, but once I did it, the whole page worked like a charm.
Thanks again. [SOLVED]
__________________
|
|
|