Hi,
Can I programmatically reposition my DropDownList in ASP.NET using C#? I am designing a form where on load it will only show a DropDownList with, let's say, countries for the user to select. After the user selected a country, a table will appear and thus I wants to push down the DropDownList so that the user can select another country and another table will be displayed without the first table wiped out.
Any idea?
Thanks.
Chuair
Can I programmatically reposition my DropDownList in ASP.NET using C#? I am designing a form where on load it will only show a DropDownList with, let's say, countries for the user to select. After the user selected a country, a table will appear and thus I wants to push down the DropDownList so that the user can select another country and another table will be displayed without the first table wiped out.
Any idea?
Thanks.
Chuair