problem setting up hyperlink
In an existing 2010 C# web form application, I want to setup a hyperlink that will take the user to a new web form page.
1. The user will basically enter some data into a textbox and the user will be redirected to the new web form page. The user will be redirected to the new web page when they that are in the _text_changed event.
2. The other option is that the user will click on a label and be redirected to the new web page.
What I have tried does not work so far. Thus can you tell me and/or point me to a reference that will show me how to setup this code?