T
TF
hi,
i am using AxWebBrowser control in my C# dot.net windows application.
i want to display a web page in the browser that needs some data sent
to it through HTML Form 'POST' method. I saw a method 'Navigate' of
AxWebBrowser control that has a parameter 'ref object postData' but
didn't find any documentation about AxWebBrowser how to use it. i
tried a string like "name1=value1&name2=value2" but it doesn't work.
Any help??
Thanks
i am using AxWebBrowser control in my C# dot.net windows application.
i want to display a web page in the browser that needs some data sent
to it through HTML Form 'POST' method. I saw a method 'Navigate' of
AxWebBrowser control that has a parameter 'ref object postData' but
didn't find any documentation about AxWebBrowser how to use it. i
tried a string like "name1=value1&name2=value2" but it doesn't work.
Any help??
Thanks