Dropdownlist
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have a dropdownlist.I have bind data to it. But my problem is if the value is not there I have to add it during runtime.Is it possible without keeping a button?
-
I have a dropdownlist.I have bind data to it. But my problem is if the value is not there I have to add it during runtime.Is it possible without keeping a button?
A kamath wrote:
But my problem is if the value is not there I have to add it during runtime.
You can check the dropdown item count after binding the data. If it is 0 then add items manually
printf("Navaneeth!!") www.w3hearts.com