Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
62 Points
112 Posts
Apr 18, 2012 10:30 AM|LINK
solved thanks to the following thread...
http://forums.asp.net/post/2341514.aspx
so instead of the line reading...
For Each upCtrl In up.Controls
it should've been...
For Each upCtrl As Control In up.ContentTemplateContainer.Controls
sconly
Member
62 Points
112 Posts
Re: Looping controls in a TabContainer...how?
Apr 18, 2012 10:30 AM|LINK
solved thanks to the following thread...
http://forums.asp.net/post/2341514.aspx
so instead of the line reading...
it should've been...