Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Am trying to add modelpopExtender control on form and also added reference tag
for registring tag prefix as a 'ajax' but still I get error . What will be the problem in the code below.

VB
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="ajax" %>
<ajax:ModalPopupExtender ID="mpeUser" runat="server"
        TargetControlID="hfUserID"
        PopupControlID="pnlAddPopup"
        BehaviorID="mpeUserBehavior"
        DropShadow="true"
        CancelControlID="imgClose"
        PopupDragHandleControlID="popupheader"  />
Posted
Updated 25-Mar-14 22:41pm
v2

1 solution

add this to the top of source and check weather all the dll are available.\


HTML
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>
 
Share this answer
 
v3
Comments
Ni!E$H_WAGH 14-Mar-14 0:12am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900