hi i am unable to get complete url using Query Sting in asp.net C#. This is due to '#'. My url look like ID=OOP-Concepts-in-C#:-Code-Examples-and-How-to-Create-a-6
Code :string Qstring=Request.QueryString["ID"].ToString();
from this i am getting only "OOP-Concepts-in-C". After '#'(include # too), unable to get the string. Please help