Click here to Skip to main content
16,012,352 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
ListBox or Datagridview? which one is recommended?
Posted
Comments
Thanks7872 19-Jul-13 4:05am    
The two are totally different. Nothing can be recommended in this regard. Its totally upto you how you want your data to be displayed and functionalities too.
johannesnestler 19-Jul-13 4:09am    
recommended? They may be recommended for a "specific requirement"? You have any?
Arpit Shrivastava 19-Jul-13 4:14am    
ListBox displayes your single array data, whereas GridView displayes your Tabular data. Now its up to you which one you want...
[no name] 19-Jul-13 6:21am    
I recommend that you use a Listbox when you need a Listbox and use a DataGridView when you need a DataGridView.
Thanks7872 19-Jul-13 6:35am    
My 5..!!

1 solution

We can't recommended any of this because both are totally different but i saw you working of both and you can decide your self which one you want to use.

Here you can see List box example :

http://mrbool.com/working-with-listbox-using-asp-net-and-csharp/25298[^]

Here You can see Datagrid example :

http://www.aspdotnet-suresh.com/2011/02/how-to-inserteditupdate-and-delete-data.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900