Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have an ASCX Web Control (Cartviper module for DNN). I want to customize the style of the control, without touching the Code. But, I think its a Published one. and I have the DLLS.
When I open the File AjaxAddtoCart.ascx in Visual Studio, Instead of Design, It shows an error. "Error Creating Control - cvNotificationUnknown server tag 'cv:CvNotificationControl'."
How can I reference this to the DLL ??
Tag Prefix & Control Tag is like this...

ASP.NET
<%@ Register TagPrefix="cv" Namespace="CartViper.Modules.Store.WebControls" Assembly="CartViper.Modules.Store" %>
 <cv:CvNotificationControl  runat="server" ID="cvNotification" />
Posted
Comments
Ahmed Bensaid 29-Jan-14 5:36am    
Did you take a look at CartViper website ?
Example : Using Skin Objects in Cart Viper Templates – Part 1

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