i would like to know is there any way to check the drop down list after binding data to drop down for binding data i am using below code
|
after this code i have check whether drop down list get the data or not
Thanks in advance
|
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
naura paxPosted Oct 21, 2009, 2:31 AM
if(ddl.Items.Count>0)
{
//Write your code logic here.
}
mohdazeemuddin ahmedPosted Oct 21, 2009, 2:41 AM