URL: http://localhost:11111/foldername/pagename.aspx#&&PORS=reactive&GridSortDirection=Ascending&GridPage=0&CJ=false&GridSortExpression=SiteReference&CN=na na
Variable in Question : CN with value na na
When I try below code I am getting null reference exception
string test = Request.QueryString["CN"].ToString();
Am I missing anything?
Note: in the above URL I have tried all variables such as PORS, GridSortDirection etc none of them are working.