2
Hey check the below links, this may help you.
https://www.aspsnippets.com/Articles/Display-GridView-Row-details-in-New-Popup-Window-on-HyperLink-click-using-JavaScript-and-jQuery-in-ASPNet.aspx
http://asp.net-informations.com/gridview/popup.htm
https://www.c-sharpcorner.com/UploadFile/009464/how-to-show-data-of-gridview-on-pop-up-with-the-help-of-rowd/
1
Hi Amit mohanty
Thanks for reply
Great. it's working fine to me but small changes
<asp:UpdatePanel ID="up1" runat="server">
<ContentTemplate>
<asp:TextBox ID="txtname" runat="server"></asp:TextBox>
</ContentTemplate>
</asp:UpdatePanel>
Once again Thank you so much