Hi, I'd like to know current webbrowser's method ( get or post), how
can I know? I looked for a long time, but I still have no idea. who
can help?
Regards
On May 30, 10:02 am, a
@msreader-dot-net.no-spam.invalid (Mike)
wrote:
> Hi, I'd like to know current webbrowser's method ( get or post), how
> can I know? I looked for a long time, but I still have no idea. who
> can help?
> Regards
In an ASP Page/Control?
Use the
Page.Request.HttpMethod
property.
-----------------------------------------------Reply-----------------------------------------------
No... in a windows application. anyway, thanks for your answer.