3
Answers

how to use windows control library in asp.net

Hi all,
 
I have developing sample application for windows control library integrated to asp.net. I have created windows control library file and then added root folder of asp.net application when i called object id on windows control library in asp.net as below code
 
<object id="Object1" classid="http:CustomControlLib.dll#CustomControlLib.UserControl1"
height="70" width="350" VIEWASTEXT/>
 
It is not working.. Can you please help me or suggestion
 
thanks in advance 
Answers (3)