ASP.NET Help

m60dude5

Geek Trainee
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.
 
Yeah, I know. I can get that to work, but on ASP.NET, it only allows one form. I solved this though, by making the whole page one form. Thanks for your reply.
 
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]
 
Back
Top