Ajax四原则
摘要:<Ajax in action> said:1. The browser hosts an application, not content. 浏览器是一个应用程序,而不是一个显示内容的容器。2. The server delivers data, not content. 服务器端发送数据,而不是全部内容。3. User interaction with the applicatio...
阅读全文
DataGrid和DataList中CommandButton的问题
摘要:今天遇到的这个问题很是郁闷!难道是FrameWork 1.1对于1.0的改进?在DataGrid或者DataList中,有ItemCommand,比如Edit、Select等。但是只有用<asp:LinkButton>的时候才能正常运行,用<asp:Button>却不可以!如<asp:LinkButton CommandName="Edit" Text="Edit" ...
阅读全文