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.
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.