|
Step 1: In Iron Speed Designer, select the Show Table page (e.g. ShowCustomersTable.aspx) in the Application Explorer where the ASP dropdown list needs to be added.
Step 2: Switch to Design Mode. Select any desired cell and add the following HTML in to the cell using Cell Editor
<asp:DropDownList id="LanguageList" runat="server" AutoPostBack="true"
></asp:DropDownList>
Step 3: Use this wizard to add code customization.
Step 4: Build and run the application.
|