I have a problem for create a project who need to print a datatable like this
Quantity A4 A3 A2
2000 20€ 40€ 60€
5000 50€ 80€ 100€
etc....
So First col are quantity, first row are size and the pivot of the two is the price.
I can do this with no problem with an sql pivot but the problem is i need that the price is clickable with a link who send in get parameters the id of the productwho'd been clicked.
i can't find any data structure and code who work for that
someone could help me and give and example of data strucutre and code behind to use for do this working ?
thanks a lot
Quantity A4 A3 A2
2000 20€ 40€ 60€
5000 50€ 80€ 100€
etc....
So First col are quantity, first row are size and the pivot of the two is the price.
I can do this with no problem with an sql pivot but the problem is i need that the price is clickable with a link who send in get parameters the id of the productwho'd been clicked.
i can't find any data structure and code who work for that
someone could help me and give and example of data strucutre and code behind to use for do this working ?
thanks a lot