G
Guest
Hello all-
Using Net2.0 - I am trying to implement code to logiin to a phpbb forum
program using a Form / Post method . I am doing this from a asp:Button
OnClick method.
I send my Forms multi-part data to the php script and using HTTP Trace, it
looks like I am getting back the proper response from PHP.
How do I relay that info to the client-side?
I get back a HttpWebResponse within the button OnClick method. But how do I
send back that response to the client?
If the user was logging from a Form on the client side, after hitting
'Submt', they would be redirected to the phpbb2 web page.
I am not sure how to relay the HttpWebResponse to the client.
Anyone do this or similar?
Thanks,
bruce
Using Net2.0 - I am trying to implement code to logiin to a phpbb forum
program using a Form / Post method . I am doing this from a asp:Button
OnClick method.
I send my Forms multi-part data to the php script and using HTTP Trace, it
looks like I am getting back the proper response from PHP.
How do I relay that info to the client-side?
I get back a HttpWebResponse within the button OnClick method. But how do I
send back that response to the client?
If the user was logging from a Form on the client side, after hitting
'Submt', they would be redirected to the phpbb2 web page.
I am not sure how to relay the HttpWebResponse to the client.
Anyone do this or similar?
Thanks,
bruce