Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is the SortedList Object
The SortedList object contains items in key/value pairs. A SortedList object automatically sort the items in alphabetic or numeric order.

Items are added to the SortedList with the Add() method. A SortedList can be sized to its final size with the TrimToSize() method.


Note: The SortedList object combines the features of both the ArrayList object and the Hashtable object.
How To Find Number of Days between two Dates in C# Asp.Net?
What is the root namespace for all types?
What is connection pooling in ASP.Net?
One Web Application can have only one Web config file - true or false?
What is the the Page_Load Event in ASP.Net?
How is .NET able to support multiple languages?
What is the Internationalization in ASP.Net ?
What is a proxy of the server object in ASP.Net Remoting?
What is Web.Config File?
Why Can not I run my .Net Application without .Net Framework?