Is it possible to directly call an ASP.NET procedure using a client-side script

  • Thread starter Thread starter aa
  • Start date Start date
Directly, no. You must to a postback in order for server code to run.
 
It is possible to call a WebMethod from a client-side script.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Can you explain more, or show sample

Kevin Spencer said:
It is possible to call a WebMethod from a client-side script.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.
 

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

Back
Top