Posted on: 5/26/2014 4:56:29 AM | Views : 329

hi,
how to display data in textbox in popup control,
following my code
<asp:gridview ID="gvViewSupplier" runat="server" AutoGenerateColumns="False" DataKeyNames="SupplierID"                    Width="800px" AllowPaging="true" PageSize="10">
 <asp:TemplateField HeaderText="Supplier Code" HeaderStyle-Font-Bold="false" >                         <ItemTemplate>                             <asp:LinkButton ID="lbtnCode" runa ...

Go to the complete details ...