AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Atlas 1: Try not to use page methods : Omar AL Zabir

Saturday, July 05 2008

One of the easiest thing in Atlas is to use the Page Method feature. If you use Atlas on your web page say Default.aspx, you can directly call public methods on Default.aspx from javascript. Just put a [WebMethod] attribute on a public method in Default.aspx and then you can them from Javascript using PageMethods.MethodName()...

Read More:
Atlas 1: Try not to use page methods : Omar AL Zabir
Also See:
Highlighting Multiple Search Keywords in ASP.NET : Dimitrios Markatos
Build a SqlSitemapProvider Treeview Navigation Control with SqlCacheDependency : Peter Bromberg
ASP.NET Membership : Swanand Mokashi
Binding Data to Controls : Jim Keogh
NUnit Testing Tools : Brian Mains

Post your comment

Comment