Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
hi everybody
how i can call c# method or vb any .net method
from client side event

thanks for any
Posted

There are few ways to interact with server side through client side(Javascript):
1. XMLHttpRequest[^]
2. Callback[^]
3. WebService call[^]
4. PageMethod[^]
 
Share this answer
 
Comments
Ashishmau 29-Apr-11 1:01am    
good links
Sandeep Mewara 29-Apr-11 1:04am    
Thanks.
Mostafa Elsadany 30-Apr-11 19:23pm    
thanks
Seems like this is the same question with your other[^] post yesterday. Don't the answer work for you? If not, just comment on the answers instead of reposting another question. Also, try to read them if you haven't gone through yet. Trust me, you will get an idea on what you really want.
 
Share this answer
 
v2
Comments
Mostafa Elsadany 28-Apr-11 19:24pm    
i know this me
but i look for other code
because this way open when load page
without call on page load
walterhevedeich 28-Apr-11 21:41pm    
Sorry but I cant seem to understand what you are talking about. Can you expound more? Probably an example?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900