Hi All!!! :confused:
I have a simple question.
Does ASP pages have the capability to link ASP .NET pages?
If yes, how? :thumb:
Printable View
Hi All!!! :confused:
I have a simple question.
Does ASP pages have the capability to link ASP .NET pages?
If yes, how? :thumb:
ow do you mean link? Just regular hyperlinks work for both. Or do you mean you need to access one type of page in your project to another? or something like that?
What I really mean is a hyperlink.
But if there is an answer to both of your questions then let's try both.
:afrog:
Help! Please.
How do I create a hyperlink that works for both ASP and ASP .NET.
Is this what you mean but have them as one hyperlink?VB Code:
'ASP page... <A Href="somepage.asp">Page 1</A> 'ASP.NET page... <A Href="somepage.aspx">Page 1</A>
Well. the ASP .NET page loaded but the datagrid and dropdown controls did not load. Do I need to install Microsoft .NET Framework because I haven't installed one on my client computer.
Do you have the Framework on your webserver?
No I don't have. Do I really have to install one.
The webserver need top be able to create the asp.net controls. Without it you can not, at least as far as I know, serve .net pages to any clinet system. ;)
Hey Thanks for the advice. I have setup my ASP Pages that could linkQuote:
Originally Posted by RobDog888
through .ASPX pages through hyperlink.
I have also found out that you have to include the complete path of
the .ASPX page if you want ASP pages to link with ASPX pages.
:thumb: :thumb: :thumb: