Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I want to know whether there is any way of drawing a table in Windows forms(at runtime) which would have textboxes and list boxes in it. Basically I want to get information from the user at runtime and process the input before updating it into the database. I could not use datagrid as it requires a dataset attached to it which I don't want to do. Any suggestions in this matter will be greatly appreciated.
Posted

You can use a Data grid with a Data Set and not connecting it to a database, I do this and Once finished precessing I then Export it to variuos different formats depending on what the client wants, ie Tab or CSV, Excel, Access DB(Created at Runtime), or Push it to a crystal report.

 

I want to know whether there is any way of drawing a table in Windows forms(at runtime) which would have textboxes and list boxes in it. Basically I want to get information from the user at runtime and process the input before updating it into the database. I could not use datagrid as it requires a dataset attached to it which I don't want to do. Any suggestions in this matter will be greatly appreciated.

Glenn "Mykre" Wilson, DirectX MVP

Inner Realm

Managed DirectX and Game Programming Resources

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...