select namefrom tbl_emp. I want to display name and pass name to action code. How can i do? <asp:DropDownList ID="DropDownList1" runat="server"> </asp:DropDownList> thanks