post data programatically
-
hi everybody and merry xmas I am developing a C# library that should send(POST) some data to special page and at the same time redirect to it. i tried to get httpcontext from caller page and initialized the request.Form with my data and then using response.redirect redirected to page but an error message tell me that request.Form is readOnly and can not be assigned. do anybody know how i can POST data and redirect in my Library(NOT Aspx page) ?
I Wish the Life Had CTRL-Z
-
hi everybody and merry xmas I am developing a C# library that should send(POST) some data to special page and at the same time redirect to it. i tried to get httpcontext from caller page and initialized the request.Form with my data and then using response.redirect redirected to page but an error message tell me that request.Form is readOnly and can not be assigned. do anybody know how i can POST data and redirect in my Library(NOT Aspx page) ?
I Wish the Life Had CTRL-Z