M
Marc Gingras
Hi,
I tried to modify the request object when my aspx page is loaded(or
before). When I try to do it a received a "Read only" error message.
Is it possible to modify a Request when the server received it? What
I want to do is something like that:
Me.Request.form.Item("Name")="NewName"
If I can do it this way, How can I do it otherwise?
Thanks
Marc Gingras
I tried to modify the request object when my aspx page is loaded(or
before). When I try to do it a received a "Read only" error message.
Is it possible to modify a Request when the server received it? What
I want to do is something like that:
Me.Request.form.Item("Name")="NewName"
If I can do it this way, How can I do it otherwise?
Thanks
Marc Gingras