Note that there are some explanatory texts on larger screens.

plurals
  1. POASP.net Dymanic GridViews with Hyperlinks
    primarykey
    data
    text
    <p>I have a database with students, and a weekly figure based upon them. I would like to create a gridview, with a dynamically expanding set of columns and rows, whereby Rows are weeks 1,2,...,n and columns represent each student, or vice versa.</p> <pre><code>Reviews data table looks like this: ====================================== | Stu# | Week# | Score | Review# | -------------------------------------- | 123 | 1 | A+ | 832 | | 123 | 2 | C- | 352 | . . . . . . . . . . . . . . . | 321 | 12 | B | 992 | | 321 | 13 | A- | 935 | ====================================== </code></pre> <p>So basically, I would like to pull out a review for </p> <p>In each of these cells I would like to have a weekly figure based on a review submitted on them, and a link to this review. Much like:</p> <pre><code> _____________________________ | Week | StudentA | StudentB | | No. | (123) | (321) | ------------------------------- | 1 | A+ | B- | | 2 | ... | ... | . . . . . . . . . . . . | 13 | A+ | B- | ------------------------------- </code></pre> <p>I have looked at a few (hundred) simmilar, yet not identical problems in an attempt to stich something together, but so far have been dumfounded. Its almost like it would represent an excel spreadsheet with links to specific data entries.</p> <p>I had a go at creating a List, within a list whereby but that became too muddled. Then I tried doing it with a DataTable, whereby the columns and rows were created at the start, but didnt know how to DataBind() the table inclusive of hyperlinks (in the form of URLParamaters to an aspx page of course).</p> <p>If anyone has any experience with this kind of set up, I would love if you could give me a hand.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload