P2Pprogrammer 2 programmer


Home > Programmer2Programmer.NET Forum> ASP.NET, MVC and Web Development >> ListBox...

Welcome Guest My Thread | Search | Active Topics | Members | Log In | Register

NOTE : Log In required to post Replies for this discussion.
ListBox
prabha Posted: Wednesday 28, May 2008 10:41:28 AM     
   
What are different types of Listbox in asp.net
Back to Top ^  
 Coder Posted: Friday 02, January 2009 08:30:23 AM
  
   
There is two type of ListBox available in ASP.NET
1. ListBox
When it renders it creates html control select
with size attribute.

2. DropDownList
When it renders it creates html control select
without size attribute.

--Coder  

Back to Top ^ 
 Rakesh Choudhary Posted: Friday 23, January 2009 10:58:56 AM
  
   
Hi prabha
There is two types of Listbox in asp.net
1.Dropdownlist
in dropdownlist Single Item is selected.
2.Listbox
in listbox multiple item is select.

Back to Top ^ 


Home > Programmer2Programmer.NET Forum >ASP.NET, MVC and Web Development >> ListBox...