Click here to Skip to main content
15,908,264 members

Comments by zadeabhi (Top 1 by date)

zadeabhi 26-Feb-13 2:29am View    
Request.QueryString.Clear();
won't work as "QueryString" collection is read only, you can't use that directly it will throw exception as "Collection is read-only".