theunknownknight
MIS
Is this possible? I am using ASP.NET and I am required at this point to use an HTML link to open another page. My question is: If my link is in the form of a word (e.g. <A Href = "sompepage.aspx">VALUE</A>) is there some way to pass the text of the link to the next page so that I can populate it into a variable (Note: I'm doing this in order to build a dynamic query for drill down purposes).