Custom Controls!!!

V

Vai2000

Hi All, I have a custom validator control for checkboxlist validation. I
want to use this control in my project without compiling into a DLL?
I have moved the source Code in App_Code folder but its not working

BTW it works if u compile the Class into a DLL and then register it using
page directives on the page u wanna use on....and

TIA
 
G

Guest

Howdy,

no probs:

<%@ Register TagPrefix="uc1" Namespace="Test" Assembly="__code" %>

add a namespace to your custom control. (it should even work without
assembly="__code" attribute)

Hope this helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top