Hello everybody,
I want to create a Table using jQuery or a normal html, with two headers.
Tp row and left column must be fix and have a fixed content(can be hardcoded)
but all other cells inside i want to read from database using Entoty framework,
can anybody help me with this?
example:
headerTop1/ headerTop2/ headerTop3
header1/ dbcontent / dbcontent / dbcntent
header2/ dbcontent / dbcontent / dbcntent
header3 / dbcontent / dbcontent / dbcntent
thanks in Advance