Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have a table Employee with column name as Employee_Id,Employee_Name....In that table i have following values
Employee_Id Employee_Name
EMP_01 A
VB
EMP_10           J
EMP_11           K
EMP_12           L
EMP_13           M
EMP_02           B
EMP_03           c
EMP_04           D
EMP_05           E
EMP_06           F
EMP_07           G
EMP_08           H
EMP_09           I


I need to bind Employee ID in DropDown ....Employee Id is not in continuous after 1 ...11 is coming in sql table....After binding i need EMP_1,2,3,4,...
Posted
Comments
itsureshuk 22-Feb-12 4:18am    
Thanks
Suresh

 
Share this answer
 
hey,

use order by in Your Query.
Good Luck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900