Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • stc 72 posts 101 karma points
    Jun 19, 2010 @ 11:00
    stc
    0

    @register directive in master page

    Hi guys,

      I was wondering if this was at all possible...I know I can use <asp:...> elements inside the master/template pages, but what about say AjaxControlToolkit elements, can I use those too just as easily?

      I've tried adding the register directive to top of the main master page:

    <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>

      and using the <ajaxToolkit:....> elements inside the master page but it didn't work since umbraco finds the master page not well-formed, thinking I should I guess have an end @register tag somewhere?!

      Am I missing something?! If that is at all possible?! TIA

  • stc 72 posts 101 karma points
    Jun 19, 2010 @ 11:04
    stc
    0

    Foget this...my bad...the <ajaxToolkit:...> element I used was in fact not well-formed...fogot the extenders are not generated as self closing...copy pasted without the closing tag (umbraco @register rules)

Please Sign in or register to post replies

Write your reply to:

Draft