R
Rafi
Hi,
During Page_Load I DataBind() my DropDownList which shows alphabetical
list of cities stored in a table tbCities in my data base on Sql Server. On
the same page I can add a new city to the data base. How can I refresh my
DropDownList and show all cities in an alfabethical order?
The thing I was doing, I filled my dataAdapter with dataset, and binded my
DropDownList once more. The problem is, that the new city is shown in DDL at
the very bottom.
Rafi
During Page_Load I DataBind() my DropDownList which shows alphabetical
list of cities stored in a table tbCities in my data base on Sql Server. On
the same page I can add a new city to the data base. How can I refresh my
DropDownList and show all cities in an alfabethical order?
The thing I was doing, I filled my dataAdapter with dataset, and binded my
DropDownList once more. The problem is, that the new city is shown in DDL at
the very bottom.
Rafi