Hi all,
I'm facing an issue with TabPanel where the controls inside the ContentTemplate are not added to .designer.cs file (using Web Application project). That means I can't reference those controls like I can for those inside templates in UpdatePanel, etc. The only way is to use .FindControl("") and assign the result to a special class field I create.
Any ideas? Thanks.
I'm facing an issue with TabPanel where the controls inside the ContentTemplate are not added to .designer.cs file (using Web Application project). That means I can't reference those controls like I can for those inside templates in UpdatePanel, etc. The only way is to use .FindControl("") and assign the result to a special class field I create.
Any ideas? Thanks.