Tuesday, June 21, 2011

How to solve the problem that jQuery doesn’t work with UpdatePanel?


jQuery live method

How to set row index to CommandArgument in the templatefield of Gridview


CommandArgument="<%# Container.DataItemIndex %>"




        <asp:TemplateField >
            <ItemTemplate>
                <asp:LinkButton ID="LinkButton1" runat="server" Text="Remove" CommandArgument="<%# Container.DataItemIndex %>"></asp:LinkButton>
            </ItemTemplate>
        </asp:TemplateField>

Maslow's Hierarchy of Needs


How to disagree

http://www.paulgraham.com/disagree.html

Custom paging by Entity Framework

http://geekswithblogs.net/Frez/articles/using-the-entity-framework-and-the-objectdatasource-custom-paging.aspx