bhargavan

bhargavan

  • NA
  • 26
  • 0

Draw a table in windows form

Oct 20 2004 11:40 AM
I wanted to draw a table in my windows form with various controls embedded in it like textbox, dropdown list etc. I basically wanted to get data from the user at runtime and process it in the front end before uploading it into the database. I tried using a datagrid but did not succeed as it requires a database table tied to be tied to the datagrid at the design time and I don't want to do that. Is there any other way to work around this problem?

Answers (2)