Tito
unread,Jul 29, 2006, 10:31:24 PM7/29/06Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I don't understand why you are doing it this way. Would it not be
simpler to add a DataGridViewComboBoxColumn instead and then bind the
data using the .DataSource property? This can be done one time and
will save your program from having to go into each row and add a cell
with the same 50 items.