Can i populate or show tables which is in Sql databse ??
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
--
Assume Database Name is SSS
and Tables are
1. dbo.abc 2. dbo.xyz 3.dbo.aaa
now can i show these tables in dropdown list??