Buy Questpond's video subscriptions on
huge discount
.
Online: 703
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
How to check whether Dropdown-list contains any items or not?
Posted by
vishalneeraj-24503
on 12/26/2013 | Category:
ASP.NET Interview questions
| Views: 2100 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
With the help of Dropdonelist Items Count property we can check whether Dropdown-list have any items or not?
For Example:-
int count = ddl_employee_name.Items.Count;
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Tell me about yourself
Next > :
What will happen if we compile below C# code? p ...
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
What will happen if we compile below C# code? public const string s ...
What will happen if we compile below code? public const string stat ...
What will happen,if we compile below code? public readonly string s ...
Can we initialize or assign values to Read-only variables in any met ...
Where is the place to assign Read-only variables?
How to get only Year from Current Date?
How to Dispose an Object?
How to access values from ViewState?
Latest Interview Questions
How to get the list of tables in a database and also the size of which ...
Your developing web application which access data from a MS sql and ha ...
Differences between ISNULL and NULLIF ?
What will be output of following function when called? public strin ...
How to assign a value to a textbox through javascript?
DB2 - Display the employee details who are working from more than 1 an ...
DB2 - Fetch the current date and time in the following format 24/APR ...
DB2 - Find the NAMEs that have an even number of letters in them
More ...