use modalextenderpopup control with gridview in general as the following:
<cc1:ModalPopupExtender ID="mpeRejectPopup" runat="server" BehaviorID="modelPopupExtender3"
TargetControlID="hdnWindow" PopupControlID="divRejected" DropShadow="True" OnCancelScript="ResetPopUp(); return false;"
CancelControlID="btnCancel" Enabled="true" BackgroundCssClass="ModalBackground" />
divRejected this is DIV control contain controls will show in popup extender.
use updatepanel to postpack page.