Results 1 to 5 of 5

Thread: [RESOLVED] How do I keep a html form in aspx page?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    168

    Resolved [RESOLVED] How do I keep a html form in aspx page?

    Hi,

    I have a small issue that I'm unable to understand. My website is hosted on win2003 server and it is coded in ASP .NET with .net framework version 1.1.4322. Please click here to see it.

    Bascially it is a web hosting services website so I wanted domain checking facility on my website. I've got some html code you checkdomain.com. Now when I keep it in a html file the code works fine but as soon as I place it in a aspx page the form is posted by the same page is displayed i.e. nothing happens . I know that there is only 1 form tab in a aspx page but I don't know how to implement the html form code given by checkdomain.com. If anybody can tell me how to do it or any other suggestions are also welcome.
    Regards,

    Piyush


    Nothing is Impossible because the word impossible itself says I'mpossible

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How do I keep a html form in aspx page?

    How is changing the extension of this particular page going to help you? I think you should have let it remain .html, since there is no processing that goes on on this page.

    Nevertheless, check to see if you have any runat="server" attributes in the asp.net page's form tag.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    168

    Re: How do I keep a html form in aspx page?

    Hi,

    HTML pages are maintenance hazards. I've broken the page in four parts and I inculde each part dynamically when page is loaded. If you can see the "Google" search bar below it works fine. If there is a error then google page should not work also. I've kept those things in a seperate webusercontrol and added them to each aspx page.

    I need this within aspx no html please.
    Regards,

    Piyush


    Nothing is Impossible because the word impossible itself says I'mpossible

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How do I keep a html form in aspx page?

    Show us what you've done in your ASPX, with code.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How do I keep a html form in aspx page?

    Don't include the irrelevant stuff like your hosting plans. I ain't interested.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width