views:

37

answers:

1

I have a DataList control on my page which contains a LinkButton/HyperLink control in each row.

Now on click of this LinkButton control I want to show a panel with the help of ModalPopupExtender in which I want to show more data about that particular row by passing the ID of that row.

I have three problems in that:

  1. How to fetch the ID of that particular row?
  2. How to pass the data to the ModalPopupExtender?
  3. How to fetch more data from database based on that ID dynamically?

Please help.

A: 

Got it here: http://forums.asp.net/t/1280368.aspx

Manish