Hi ,
I am developing a windows application in C#.I have a table with questions and answers.
When my page loads all the questions in the table will get displayed as link labels,where these linklabels are created dynamically based on the number of questions in the table.
I have a problem here.How can I implement the following?
* If a link a clicked ,the corresponding answer must be taken from db.
(Since there is no referance to the text in the linklabel(dynamically created) I could get the WHERE clause for my query)
I need help from u asap...please..
thank u..