Since I'm coming from other language I'll like to Know how to handle
an object send by knockout via jquery to the server: say I send the
following object to a page method on
vb.net
[Object { title="PRIVMSG001"}, Object { title="PRIVMSG002"}, Object
{ title="PRIVMSG003"}, 3 more...]
down to the server in
vb.net how I receive and use this json to save
on a database or work with this values.
Thanks, I hope I make my self clear on this post.