unbreakable
Newcomer
- Joined
- Oct 20, 2004
- Messages
- 8
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.