tags:

views:

75

answers:

1

i need to call server side function from client side using javascript how can i accomplish this , thanks

+1  A: 

Basically, you can do an Ajax call to achieve this !

Google for how to use ajax to call server side functions from javascript.

Thanks

Mahesh Velaga
i got answer by referinghttp://aspalliance.com/1294_CodeSnip_Handle_Browser_Close_Event_on_the_ServerSide.1thanks mahesh
np .. happy to help :)
Mahesh Velaga