Find CheckBox from GridView in Content Page/Master Page

Posted by Suthish Nair on ASP.net Weblogs See other posts from ASP.net Weblogs or by Suthish Nair
Published on Wed, 28 Apr 2010 19:25:00 GMT Indexed on 2010/04/28 19:47 UTC
Read the original article Hit count: 570

How to find a control from GridView which resides in Content Page Here the example using to find the CheckBox, hope this will help you all... .aspx code <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server"> <asp:GridView ID="GridView1" runat="server"> <Columns> <asp:TemplateField> <ItemTemplate> <asp:CheckBox ID="chkID" runat="server" /> </ItemTemplate> </asp...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about c#