hotfrost-gmail
-
1/19/2010 11:08:36 AM
What is the recommended way to modify Kentico User Controls?
Hi,
I need to modify TreeContextMenu user control provided by Kentico. What would be the recommended way to do it, so i can import-export-update my Kentico installation later on?
I am reading some Kentico blog posts, and the way I see it I have to do the following: - create a copy of TreeContextMenu user control - register my control with Kentico (by the way where TreeContextMenu is registered? I checked the forms, the modules, can't find it.. :( ) - then do the redirect with HttpContext.Current.Server.Transfer to my custom control.
is this the recommended way? (where do I have to register my new TreeContextMenu control?
Thanks in advance!
|