How to access the page values in a webservice?
-
Hi, I want to pass some values to the webservice writern in C# from my ASP page. In the ASP page, I am using the Yahoo UI functions to make a webservice call like this Append("oACDS = new YAHOO.widget.DS_XHR(\"AC1.aspx\", [\"Table\", \"Order\"]);\n"); .... Response.Write(Copy()); I am able to get the value keyed into the text box ... I am using this call in the webservice string query = Request.QueryString["query"]; So similarly I want to pass more values from the asp page to webservice, can anybody pls let me know how can i do this? Thanks in advance
-
Hi, I want to pass some values to the webservice writern in C# from my ASP page. In the ASP page, I am using the Yahoo UI functions to make a webservice call like this Append("oACDS = new YAHOO.widget.DS_XHR(\"AC1.aspx\", [\"Table\", \"Order\"]);\n"); .... Response.Write(Copy()); I am able to get the value keyed into the text box ... I am using this call in the webservice string query = Request.QueryString["query"]; So similarly I want to pass more values from the asp page to webservice, can anybody pls let me know how can i do this? Thanks in advance