protected void btnSave_Click(object sender, EventArgs e) { Page GGG =this.Page.Parent.FindControl("GeneratePackage") as Page; var name = (GGG.FindControl("tbcontainer") as TabContainer); name.ActiveTabIndex = 1; }
but the it is not access...Can anyone help me to figure out the problem..
Thanks in advance
Santosh
hi sir i was access the .aspx page control in .ascx but it show error i am trying to do this.
AjaxControlToolkit.TabContainer ctrl = FindControl("GeneratePackage") as AjaxControlToolkit.TabContainer;
Here GeneratePackage.aspx page
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.