Newbie Webform DataList Question

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I am just beginning C# after being in Powerbuilder for many years. I have a
web application that displays information on a datagrid. After a user
clicks on the datagrid, a new webform to displays with more detailed
information about that record. There are 25 fields that need to be
displayed. I have tried to use the datalist but seems cumbersome. It's not
easy dragging and aligning textboxes and labels.

Should I be using the datalist or just drag textboxes and labels and bind
them to my dataset?

There's more than one way to display the information but looking for
suggestions. I don't want to use another datagrid due to the fact it
displays info horizontally.

Thanks
Mike
 
Back
Top