02 2010 档案

摘要:(正序)方法一(不带分页):<asp:TemplateField HeaderText="序号"> <ItemTemplate><%#(Container as GridViewRow).RowIndex + 1%> </ItemTemplate></asp:TemplateField>方法二(带分页):<asp:TemplateField HeaderText="序号"> <ItemTemplate> <%# this.GridView1.PageIndex * 阅读全文
posted @ 2010-02-26 12:32 灵雨飘零 阅读(387) 评论(0) 推荐(0)
摘要:1. SproutCoreSproutCore 苹果对SproutCore的解释为“开源,平台无关,类Cocoa的JavaScript框架,用于创建具有桌面应用程序外观和操作感的Web应用程序。”SproutCore demonstrations: Photos, Sample Controls2. SprySpry 是Adobe 的 Ajax framework. Spry的目的是成为实现Ajax的一种简单方式,对HTML、CSS和JavaScript体验据有入门级水平的设计人员应该能够发现Spry是一种整合内容的简单方法。Spry demonstrations: Photo Gallery 阅读全文
posted @ 2010-02-08 11:34 灵雨飘零 阅读(379) 评论(0) 推荐(0)