Calling Sever side function from client side
-
I have a server side function download() and i want to call it from client side.You can say on HTML button click.The purpose of using html button is I don't want to refresh my page. role of download() function is it download file from FTP server. Can any body help me how to call server side function from client side.PLease do reply. Thanks in advance.
-
I have a server side function download() and i want to call it from client side.You can say on HTML button click.The purpose of using html button is I don't want to refresh my page. role of download() function is it download file from FTP server. Can any body help me how to call server side function from client side.PLease do reply. Thanks in advance.
friend u can use ajax..ur page wont be post backed and ur download function will also be executed..
-
I have a server side function download() and i want to call it from client side.You can say on HTML button click.The purpose of using html button is I don't want to refresh my page. role of download() function is it download file from FTP server. Can any body help me how to call server side function from client side.PLease do reply. Thanks in advance.