开发者

ajax code error in aspx page

开发者 https://www.devze.com 2022-12-29 21:18 出处:网络
where do i put the code in aspx page if i want to display hover menu,,if i put anywhere in aspx page its throwing errors

where do i put the code in aspx page if i want to display hover menu,,if i put anywhere in aspx page its throwing errors

the code is

   <ajaxToolkit:HoverMenuExtender ID="hme2" runat="Server"
    TargetControlID="GridView1"
    PopupControlID="PopupMenu"
    HoverCssClass="popupHover"
    PopupPosition="Left"
    OffsetX="0"
    OffsetY="0"
    PopDelay="5开发者_StackOverflow社区0" />

errors like unrecoganized tag filter 'ajaxToolkit' ,,,this name contain upper case character which is not allowed,,like that


Do you have a ScriptManager on the page with the registered assembly?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号