Call a c# method from Javascript

前端 未结 3 2087
面向向阳花
面向向阳花 2020-12-22 06:51

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

3条回答
  •  旧时难觅i
    2020-12-22 07:52

    Using an UpdatePanel may be the simplest path to what you're trying to accomplish.

    
    
      
    
        ... your controls ...
    
      
    
    

提交回复
热议问题