I know that I can call a page method with jquery using the following syntax
$.ajax({ type: \"POST\", url: \"Default.aspx/GetDate\", data: \"{}\", con
I don't think it will be possible, as user controls aren't meant to be accessible externally (outside of a page). I suggest just using a script service (a web service).