sorting table
-
hi i m using asp.net and sql server 2000 i enter some value in table and then bind this table to dropdown list it sort automatically like aaa bbb ccc --select-- while i want, its should be like --select-- aaa bbb ccc pls help thanks
-
hi i m using asp.net and sql server 2000 i enter some value in table and then bind this table to dropdown list it sort automatically like aaa bbb ccc --select-- while i want, its should be like --select-- aaa bbb ccc pls help thanks
-
You need to add each item using for loop. First you will add the "select" and then columns from your table
Ahsan Ullah Senior Software Engineer MCTS 2.0
when i insert first --select-- then aaa,then bbb it will automatically sort like aaa --select-- bbb
-
when i insert first --select-- then aaa,then bbb it will automatically sort like aaa --select-- bbb