ASP.NET Help

Discussion in 'Web Design & Programming' started by m60dude5, Jul 21, 2008.

  1. m60dude5

    m60dude5 Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    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. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    You can have multiple HTML form objects in a HTML document.
     
  3. m60dude5

    m60dude5 Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    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.
     
  4. rabbitiswise

    rabbitiswise Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
  5. m60dude5

    m60dude5 Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    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]
     

Share This Page