You can find the child control using the FindControl method of the snap control. Below code does the same. [C#] //Finds the GridView control which is placed inside the ContentTemplate of the Snap Control GridView gridview1 = (GridView)this.Snap1.FindControl("GridView1"); [VB] ''Finds the GridView control which is placed inside the ContentTemplate of the Snap Control Dim gridview1 As GridView = CType(Me.Snap1.FindControl("GridView1"), GridView) |
This page will automatically be redirected to the sign-in page in 10 seconds.