How upload the custom control in sitefinity 4.0
Hi
How upload the custom control in sitefinity 4.0 ?
Jitendra
Hi jitendra,
There is no upload control function in Sitefinity 4.0 RC2. You can follow this topic to add a custom/user control.
Best wishes,
Ivan Dimitrov
the Telerik team
Thanks a lot for help !
Jitendra
I've tried to add a custom control, following the example on the page posted by Admin on Jan 4.
This added a line of code in ToolboxesConfig.config that looks like this.
<
add
name
=
"ContentToolboxSection"
>
<
tools
>
...
<
add
enabled
=
"True"
type
=
"~/UserControls/Security/Login.ascx"
title
=
"MyLogin"
description
=
"MyLoginTitle"
resourceClassId
=
""
cssClass
=
""
layoutTemplate
=
""
moduleName
=
"~/UserControls/Security/Login.ascx"
name
=
"MyLogin"
/>
</
tools
>
</
add
>
Hello Stephen,
You can take a look at this post as well. I attached a short video there. The way that controls are registered has not been changed.
All the best,
Ivan Dimitrov
the Telerik team