unbreakable Posted October 20, 2004 Posted October 20, 2004 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. Quote
Mykre Posted October 21, 2004 Posted October 21, 2004 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. Quote Glenn "Mykre" Wilson, DirectX MVP Inner Realm Managed DirectX and Game Programming Resources
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.