Monday, March 26, 2012

Call server side function

Hi is there a way to call server side function using Atlas. I know we can access Code-Behind function usingPageMethods but i don't want to put all of my code in code-behind and neither do i want to inherit my class from System.Web.UI.Page class Instead i want to put it in separate class file. Is this possible without putting code in web service ?

TIA

hello.

well, you can use the network stack to get what you want. in these case, i'd suggest using web services because you can use the client generated proxies which simplifies the acess to those methods. you can, however, build your own handler and then invoke it from client side if none of the default available solutions are adequate to your scenario.

No comments:

Post a Comment