Thank you all for your responses. This will solve my problem, and I've learned a lot about hyperlinks, etc.
Just to make sure I've got this correct, here is what I'm doing:
Dim mylink As String = "<a href=""http://www.NCLB HOUSSE/TchrLogin.aspx?SubjectID=mySubjId"">www.NCLB_HOUSS E.</a>"
Dim message As String = "This is the " & mylink & " link."
Now to retrieve the value in SubjectID from the login page:
txtSubjId.Text = Request.QueryString("SubjectID")
Correct?
Thank you very much for your help.
- Sue
|