I know that I can call a page method with jquery using the following syntax
$.ajax({ type: \"POST\", url: \"Default.aspx/GetDate\", data: \"{}\", con
This is an example of rendering a user control through a jQuery web service call.