ajax code error in aspx page

Posted by peter on Stack Overflow See other posts from Stack Overflow or by peter
Published on 2010-05-05T22:29:49Z Indexed on 2010/05/05 22:58 UTC
Read the original article Hit count: 278

Filed under:
|

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="50" />

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

© Stack Overflow or respective owner

Related posts about asp.net-ajax

Related posts about beginner