Input Field (text box) in DataGridView or DetailsView?

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

My ASP.NET webpage displays an application Form for the user to fill out.
It gets the question information from a SQL database table that contains
multiple questions per application type (so for example on app type may have
3 questions while another has 10). I'm having no problems getting the
questions to show up, but I want to also display a text box that allows the
user to answer the question, then I will 'INSERT' their answers (which are
stored in a different table). In other words, I just need to display a
unbound text box for each row displayed in a DataGridView. Any way to do
this?

Thanks,
Ryan
 
Back
Top