摘要: There are two types of state management - server side and client side. In this post I'm going to introduce the client side state management and explain when to choose client side or server side state management. Client Side State Management TechniquesClient side state management include the foll 阅读全文
posted @ 2008-11-07 08:35 known 阅读(365) 评论(0) 推荐(0) 编辑
摘要: In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so. One using Hidden variables and the other using the __doPostBack() javascript method.Using Hidden Variables – 阅读全文
posted @ 2008-11-07 08:33 known 阅读(1231) 评论(0) 推荐(0) 编辑