navigateurl

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am sure that this is an easy and stupid question to ask, but I was
wondering how to enter the text in a textbox into a navigateurl field of a
hyperlink.

EX)
<asp:hyperlink id="HyperLink1" NavigateUrl=txtAddress.text
runat="server">Add User</asp:hyperlink>
 
The simple way is on the click event of the linklabel control

System.Diagnostics.Process.Start(TextBox1.Text)

I am working on a better solution for me, which I will post later & add the
example (zipped) to the post too. If you have Outlook Express you can
download it.

I hope this will help you

Crouchie1998
BA (HONS) MCP MCSE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top