Hi all,
I tried searching both google and here before asking but i had no luck finding a suitable answer, so hoping someone could help me.
Im Querying a Mysql database for info, and then building a Table in the Code and once its been build, im sending it to a asp.net Table control.
All of this seems to work as it should.
My problem occurs when i want to select a row.
Im figuring i could put in a hyperlink in a empty cell in the end of the row, and click this to get the ID of Cell 1.
But i cant figure out how to accomplish this.
Illustaration:
________________________________
| ID | Name | Year | Hyperlink |
I want to click the Hyperlink and get a msgbox which contains the ID. the msgbox is just for testing purposes.
I hope someone can help me out
I tried searching both google and here before asking but i had no luck finding a suitable answer, so hoping someone could help me.
Im Querying a Mysql database for info, and then building a Table in the Code and once its been build, im sending it to a asp.net Table control.
All of this seems to work as it should.
My problem occurs when i want to select a row.
Im figuring i could put in a hyperlink in a empty cell in the end of the row, and click this to get the ID of Cell 1.
But i cant figure out how to accomplish this.
Illustaration:
________________________________
| ID | Name | Year | Hyperlink |
I want to click the Hyperlink and get a msgbox which contains the ID. the msgbox is just for testing purposes.
I hope someone can help me out