Hai..

please tell me How to clear the Request.Querystring Value. It possible than tell me.

actually i am using.. like

Request.Querystring.Clear();
Request.Remove("Bill");

but, Its not working , Error will show like :"Its Read only",,


Please Help me...

thanks

Bala's

Try,

Response.Redirect("your_requested_page.aspx");
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.