custom webcontrol problems!
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi all, my problem is the following: i have a custom webcontrol in a file named PK_LanguagePicker.ascx, that is in a custom created namespace named HMC.CustomControls. Now in my masterpage, in code behind, i can reach the control through the namespace fine. But when i try on my Default.aspx page, in code behind, i cannot see the namespace and control :( how can that be? hope that you can help /Christian