search for: sqldatasource1

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

2006 May 25
13
.NET developer trying to understand some Rails basics
...the-box. Here''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" /&gt...