Call a c# method from Javascript

Posted by Luis on Stack Overflow See other posts from Stack Overflow or by Luis
Published on 2010-03-26T11:46:19Z Indexed on 2010/03/26 11:53 UTC
Read the original article Hit count: 303

Filed under:
|
|
|

Hi i want to call a C# method.. I already tryed with webmethod, but in the c# method i will not have acces to textbox or others controls.

this is how i done without success.. http://www.singingeels.com/Articles/Using_Page_Methods_in_ASPNET_AJAX.aspx

With static works, but i want without static, so i can access to the controls in the aspx and validate the page.

how can i do it?

© Stack Overflow or respective owner

Related posts about page

Related posts about method