How to call c# server side method through javascript
Posted
by Nimesh
on Stack Overflow
See other posts from Stack Overflow
or by Nimesh
Published on 2010-05-03T15:24:11Z
Indexed on
2010/05/03
15:28 UTC
Read the original article
Hit count: 299
Hi,
I need to call a c# server method through the javascript. I have a gridview in which i have a column with dropdown list. When i change the dropdown's value i need to call a server side method through javascript and change the value of another text box in the gridview.
I am able to do this on the selected index change. but i am slightly worried about the performance.
i am using asp.net c#.
Please let me know how to do this.
© Stack Overflow or respective owner