| | |
How To Hyperlink Normal HTML page with ASP.NET Page?
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2005
Posts: 50
Reputation:
Solved Threads: 0
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
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
•
•
Join Date: Dec 2004
Posts: 1,655
Reputation:
Solved Threads: 35
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!
<a href="myStandardPage.html">Link to my non-asp.net page</a>
If you want a standard HTML page to link to an ASP.NET page, it's the same thing.
<a href="myASPNETpage.aspx">Link to my ASP.NET page</a>
If I haven't answered your question, try asking it again, and be very, very specific.
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!
<a href="myStandardPage.html">Link to my non-asp.net page</a>
If you want a standard HTML page to link to an ASP.NET page, it's the same thing.
<a href="myASPNETpage.aspx">Link to my ASP.NET page</a>
If I haven't answered your question, try asking it again, and be very, very specific.
•
•
Join Date: Nov 2006
Posts: 1
Reputation:
Solved Threads: 0
Hi people,
I am very amateur with ASP.NET. I am working on a personal website and i am currently having some problems coding of registration page and 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.
Please send me the ASP.NET code for the registration form. My form includes:
1.title (MR, MRS,Miss)
2.Family Name
3.First Name
4.Job Title (using combo box)
5.Company
6.Street Address (3 address boxes)
7.City/ Region
8.Postal/ZipCode
9.Country (using Combo box)
10.phone no.: (3 boxes: country code, std code, tel no)
11.Email address
12.(check box) would you like to be inform when we publish new articles
13.button1 (submit)
14.button2 (reset)
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.
I am very amateur with ASP.NET. I am working on a personal website and i am currently having some problems coding of registration page and 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.
Please send me the ASP.NET code for the registration form. My form includes:
1.title (MR, MRS,Miss)
2.Family Name
3.First Name
4.Job Title (using combo box)
5.Company
6.Street Address (3 address boxes)
7.City/ Region
8.Postal/ZipCode
9.Country (using Combo box)
10.phone no.: (3 boxes: country code, std code, tel no)
11.Email address
12.(check box) would you like to be inform when we publish new articles
13.button1 (submit)
14.button2 (reset)
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.
•
•
Join Date: Dec 2004
Posts: 1,655
Reputation:
Solved Threads: 35
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?
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?
![]() |
Similar Threads
- Simple ASP.Net Login Page using C# (C#)
- Updated : Simple ASP.Net Login Page (ASP.NET)
- Linking to asp.net page from html page (ASP.NET)
- transfer data from an asp .net page into a javasscript script (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Email Verification
- Next Thread: Frames in .NET
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances asp asp.net beginner browser businesslogiclayer c# c#gridviewcolumn cac checkbox class compatible confirmationcodegeneration content contenttype countryselector courier css dataaccesslayer database datagrid datagridview datalist deadlock deployment development dgv dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv forms gridview gudi homeedition iis javascript jquery list listbox menu microsoft mouse mssql multistepregistration nameisnotdeclared news novell numerical objects opera order problem radio ratings redirect registration relationaldatabases reportemail rotatepage schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview validatedate validation vb.net videos virtualdirectory vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming xml xsl






