However, I instead of using Button1 control as a target ( TargetControlID="Button1" ) , I want to use another control inside gridview , LbnInternDetail to show detail once a user
click on it.
My question, how can I refrence TargetControlID="GvName.Container(" XXXX ") // not sure and do not know how
Please help
<%-- code from 89 til 100 is modal popup--%>
TargetControlID="Button1"
PopupControlID="Panel1">
Text='<%# DataBinder.Eval(Container.DataItem,"internName") %>'
CommandArgument='<%# Eval("internId") %>'
CommandName="select"
ForeColor="#8C4510" runat="server">
Al
Jignesh KumarPosted Apr 26, 2020, 11:40 PM