M
Mr. x
Hello,
Can I pass HtmlTable as a parameter to web service method.
Something like (VB syntax) :
<WebMethod()> Public Function addCust(author_tab_inner as HtmlTable) as
Integer
....
I need to scan the table and do some manipulation on the database, by using
the values of the HtmlTable
(and not doing manipulations on the table itself).
Is it common thing doing : passing paramaeters such as htmlTable, or should
I translate it to XML, and pass the XML-string ?
If not - what you sugest I'll do ?
Thanks
Can I pass HtmlTable as a parameter to web service method.
Something like (VB syntax) :
<WebMethod()> Public Function addCust(author_tab_inner as HtmlTable) as
Integer
....
I need to scan the table and do some manipulation on the database, by using
the values of the HtmlTable
(and not doing manipulations on the table itself).
Is it common thing doing : passing paramaeters such as htmlTable, or should
I translate it to XML, and pass the XML-string ?
If not - what you sugest I'll do ?
Thanks