|
-
Jul 17th, 2005, 09:25 PM
#1
Thread Starter
Addicted Member
[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
-
Jul 20th, 2005, 01:56 AM
#2
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.
-
Jul 20th, 2005, 02:07 AM
#3
Thread Starter
Addicted Member
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
-
Jul 20th, 2005, 02:24 AM
#4
Re: How do I keep a html form in aspx page?
Show us what you've done in your ASPX, with code.
-
Jul 20th, 2005, 02:25 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|