I have a QueryString
named 'flagEdit' and I want to remove it after fetching it's value.
But when i try to remove it using
Request.QueryString.Clear();
or
Request.QueryString.Remove("editFlag");
This error occurs -
System.NotSupportedException: Collection is read-only.
So, I want to know how to remove query string after fetches it's value