HtmlTable parameter to webservice

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 :)
 
M

Mr. x

Can you give me example code for XMLSerializer ?
(Client : Javascript, and in server side : VB).

Thanks :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,812
Latest member
GracielaWa

Latest Threads

Top