Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using two dropdown list box. dropdown 2 get data from dropdown 1 based on databind. Now i want add one extra value into dropdown list 2...If i am using AppendDataBoundItems="true" mean dropdown list 2 not working properly...so, plz help me to correct this problem...
Posted

1 solution

One way is before bind the item, you can insert the additional item to DataSet bind that.
Try that way or provide your code sample.
 
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