Posts Tagged ‘Ajax’

Retrieving anchor value from URL

January 16th, 2008 by jf | comments 6 Comments | categories Filed in ASP.NET, Ajax, Javascript, Web

Lately i have been trying to get a grasp of the anchor value from the URL using ASP.NET. From what i learned from the forum (This might be wrong since there is a way in PHP(http://www.php.net/manual/en/function.parse-url.php) to get the anchor value.)
Case study:
e.g http://www.somesamplebigsite.com/product.aspx?q=123&u=09#description
The url above send the user to a page product and [...]

tagsTags: , , ,