OnlnPharmirus
New Member
I have one Table in my project which contains taskid, subject, message and date.and according to task_id, everyone can discuss on that task.so i have added new table in sql server.now i want to put list of all task in gridview.gridview contains hyperlink on each row.and on click on any row it will load new table of discussion on that particular task.how can i do this?