Link to home
Start Free TrialLog in
Avatar of chandanchoubey
chandanchoubey

asked on

How do I clear request.querystring?

I have a  page which is called initially with a querystring. After I get the querystring values, I don't need the querystring. How do I set querystring null or nothing. Request.QueryString.Clear()
but get "readonly" errors.
Thanks
ASKER CERTIFIED SOLUTION
Avatar of ICaldwell
ICaldwell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chandanchoubey
chandanchoubey

ASKER

Thanks for your response.  My gridview has employee name and date. so when you click on employee name, employee's time sheet is displayed from the date (passed through request.querystring) mentioned. I have another frame, where there is dropdown list of dates. To see employees timesheet, user can select date from the date dropdown too. Since this date dropdown in different frame and page timesheet is always displayed depending on the date earlier passed in querystring. Do you have any suggestion to achieve it.
Thanks for your help.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the separate frame is navigation frame. Its the way the application is designed, I cant remove the frame.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of codingbeaver
codingbeaver
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial