944,093 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 18766
  • ASP.NET RSS
Jun 24th, 2005
0

How To Hyperlink Normal HTML page with ASP.NET Page?

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Naters_uk is offline Offline
50 posts
since Jun 2005
Jun 24th, 2005
1

Re: How To Hyperlink Normal HTML page with ASP.NET Page?

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.
Team Colleague
Reputation Points: 227
Solved Threads: 37
Made Her Cry
tgreer is offline Offline
1,697 posts
since Dec 2004
Nov 9th, 2006
0

Re: URGENT HELP REQUIRED How To Hyperlink Normal HTML page with ASP.NET Page?

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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
blackforests84 is offline Offline
1 posts
since Nov 2006
Nov 9th, 2006
0

Re: URGENT HELP REQUIRED How To Hyperlink Normal HTML page with ASP.NET Page?

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?
Team Colleague
Reputation Points: 227
Solved Threads: 37
Made Her Cry
tgreer is offline Offline
1,697 posts
since Dec 2004
Nov 16th, 2006
0

Re: How To Hyperlink Normal HTML page with ASP.NET Page?

looks to me like his server isn't set up to run .net and it is just returning the code
Reputation Points: 14
Solved Threads: 19
Posting Pro in Training
campkev is offline Offline
484 posts
since Jul 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Email Verification
Next Thread in ASP.NET Forum Timeline: Frames in .NET





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC