I am having trouble getting a ModalPopupExten der to display with the corresponding data. This will be triggered by clicking on a "Details" button in a gridview. Eg. by clicking on Row1 details button, ModalPopup will display Row1 information
I suspect this might be due to the following section:
Code:
protected void grdBookings_RowDataBound(object sender, GridViewRowEventArgs e) { if
Leave a comment: