asp.net - Horizontal Table design using Gridview, Repeater etc -



asp.net - Horizontal Table design using Gridview, Repeater etc -

im looking build nice form supplier can quote prices on. form have labels downwards left hand side , column per requested product/quantity buyer. have n number of columns.

because of way html tables coded need build row @ time. (i want maintain 1 table neat html)

before go ahead , create repeater each row of info user needs enter. way able create sorta grid view instead of each records pass going create new row. create new column , define first column header column?

my table sort design (txtb stands textbox , lbl stands label updated values entered)

quantity 500 1000 2000

delivery cost txtb txtb txtb

pricing txtb txtb txtb

total cost lbl lbl lbl

exchange rate txtb txtb txtb

thanks

may suggest using ul tags (unordered lists). suite requirement much more easier, i've done in similar situation. table cause many pains downwards way.

asp.net .net vb.net webforms

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -