Hi Friends,
how to get anchor name and anchor href in a aspx page which is search by textbox.
Ex: A page having an anchor like <a href="www.google.com" >Google</a>
if user type google in textbox in that page. i want to get two values as value1 = Google and Value2 =
www.google.com
How to implement this?
Go to the complete details ...