Hi,
I need to get the value from the url and create a link on that basis eg.
<div onclick="location.href='supplierdetailed.aspx?supplierid="<%#Page.Request.QueryString["supplierid"]%>"';" style="cursor:pointer;"><img src="../Resources/ws.img/aboutsupp-over.png" /></div>
Here supplierid is value from URL. The result url i got is supplierdetailed.aspx?supplierid= eg without supplierId . Please help me out?
Kind regards
Rakesh