Rank: Member Groups: Member
Joined: 2/3/2009 Posts: 28
|
i just deployed this to the production server and I copied over the the licenses file, but I now notice every time I click on the eo menu control the parameter __eo_obj_states gets added to the query string. I would have no problem with that except it makes my report fail.
How can I hide this querystring parameter?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Check your control's SaveStateCrossPages and StateCookieName property. If SaveStateCrossPages is set to true, the control will try to pass state information to the next page. There are two ways to pass state information: through query string or through cookie. If you do not have StateCookieName set, then it will pass through query string, otherwise it will try to pass through cookie.
Thanks!
|