daok Posted August 31, 2003 Posted August 31, 2003 I have an array that I would like to show. It's (100,5) and I would like to use a control to put that... It need to look like excel. In vb6.0 I would use FlexGrid but in .net what is the best choice? I have see DataGrib but I think it work better with Database so... what you suggest me? Quote
Moderators Robby Posted September 1, 2003 Moderators Posted September 1, 2003 You can save it to a Database table or a delimited file (comma or tab). Loop through the array saving one item at a time. Once in in a database you can bind it to a datagrid. If you don't want to save it, you can loop through the items building a datatable to again bind it to a datagrid. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.