1. How should I code my Asp.net page so that it is able to 'detect' that
something is posted to it ?
2. How do I extract the xml from the html page ?
Thanks.
For the first question:, you can use the Request.Form to detect whatever has been posted
to the ASP.NET page as follows:
Request.Form("fieldname")
-- bruce (sqlwork.com)
"quest" <annon...@microsoft.com> wrote in message
news:%2330Pdxp...@TK2MSFTNGP12.phx.gbl...
"Mona" <mo...@discussions.microsoft.com> wrote in message news:OCXkc3rY...@tk2msftngp13.phx.gbl...