How To Hyperlink Normal HTML page with ASP.NET Page?
Hi people,
I am very amateur with ASP.NET. I am working on a movie booking system and i am currently having some problems linking my normal html homepage to my membership registration page which is done with asp.net. I tried using Frontpage hyperlink propeties to link my homepage with my asp.net member registration page.
However, after previewing it in my browser, it simply show the asp.net html codes of my registration page without showing the registration page. Help!! :-| Please advice.
Newbienoobaspboy
Naters_uk
Junior Poster in Training
50 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
I'm not sure about the exact nature of the problem, here.
First, stop using FrontPage! Learn to write HTML, CSS, and JavaScript "by hand".
Second, realize that you can put standard HTML into an aspx (ASP.NET WebForm). You don't HAVE to use an ASP.NET Web Control.
If you want an ASP.NET page to contain a hyperlink to a standard web page, then just include a standard hyperlink!
Link to my non-asp.net page
If you want a standard HTML page to link to an ASP.NET page, it's the same thing.
Link to my ASP.NET page
If I haven't answered your question, try asking it again, and be very, very specific.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
You seem to be asking about three or four different questions... all in an old thread. Please decide which question you'd like to ask, and then do so in a new thread. Are you asking:
1) How do I link to an ASP.NET page?
2) How do I create an HTML Form in ASP.NET?
3) How do I configure a web server to support ASP.NET?
4) How do I deploy an ASP.NET application to a web server?
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37