search for: autogenerateeditbutton

Displaying 1 result from an estimated 1 matches for "autogenerateeditbutton".

2006 May 25
13
.NET developer trying to understand some Rails basics
...39;s my question: In asp.net I am able to use declaritive syntax like the following to implement very complex UI elements. <asp:GridView ID="GridView1" AllowSorting="true" AllowPaging="true" Runat="server" DataSourceID="SqlDataSource1" AutoGenerateEditButton="true" DataKeyNames="au_id" AutoGenerateColumns="False"> <Columns> <asp:BoundField ReadOnly="true" HeaderText="ID" DataField="au_id" SortExpression="au_id" /> <asp:BoundFiel...