Hi all
How do i delete/remove a Querystring variable.
say Request.QuerySt ring["ID"]);
i have tried this Request.QuerySt ring["ID"].Remove(0) but it didnt remove it nor did it give an error message.
I also tried Request.QuerySt ring.Clear(); and the error was the variable is readonly.
How do i delete/remove a Querystring variable.
say Request.QuerySt ring["ID"]);
i have tried this Request.QuerySt ring["ID"].Remove(0) but it didnt remove it nor did it give an error message.
I also tried Request.QuerySt ring.Clear(); and the error was the variable is readonly.
Comment