ASP HyperLinks not quite working

steo009

New member
Joined
Jul 4, 2003
Messages
4
Location
Auckland, New Zealand
Hi all. Im new to this forum, and ASP.NET. I created a hyperlink from one aspx page and this calls a document relative address of another aspx page. The problem is that all labels in the second page are displayed, but any other asp.net controls ie. Textboxes, buttons, etc are not displayed.

Any hints on how to solve this? Been stuck on this for quite awhile now and quite embaressed because i know its a simple solution but im clueless as to how to solve it.

Thanks:D
 
Hey guys, dont worry, i got it. It is wierd. I am using Visual Studio and in the hyperlink attribute i set the navigateURL attribute to the document path of my aspx page. This doesnt work , but fondly enough, I went to my html view of the page and modified to navigateURL to a "localhost/mainpage/page.aspx" it works fine! no idea why, but there we go. :)
 
Back
Top