R
Roshawn
Hi,
I have a control that derives from the HtmlForm control. The difference is that I can set the action attribute to whatever I
desire. This works fine.
What I can't seem to do is prevent the form from mangling the ID and Name attributes of the controls I'm using. I see them
in the url and it makes me sick. Also, I notice that the _VIEWSTATE and _EVENTVALIDATION hidden controls are sent in the url
as well. The changing of attributes and the unwanted controls are only in the url when I set the method attribute to "GET."
Is there any way to prevent these things from happening? (I don't need the viewstate stuff, in case you're wondering)
Thanks,
Roshawn
I have a control that derives from the HtmlForm control. The difference is that I can set the action attribute to whatever I
desire. This works fine.
What I can't seem to do is prevent the form from mangling the ID and Name attributes of the controls I'm using. I see them
in the url and it makes me sick. Also, I notice that the _VIEWSTATE and _EVENTVALIDATION hidden controls are sent in the url
as well. The changing of attributes and the unwanted controls are only in the url when I set the method attribute to "GET."
Is there any way to prevent these things from happening? (I don't need the viewstate stuff, in case you're wondering)
Thanks,
Roshawn