Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

  • Moderators
Posted

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.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...