Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have tried to create a project using windows control library,
which is not available on my project templates, instead i found template
called windows forms control library.

Are they both same, can i call windows control library in asp.net
like,

<OBJECT id="MyWinControl1" height="200" width="240" classid="http:WindowsControlLibrary1.dll#WindowsControlLibrary1.UserControl1"
VIEWASTEXT>
<param name="Title" value="My Title" />
Posted
Comments
Sergey Alexandrovich Kryukov 17-Jul-14 3:02am    
What do you mean by "Windows control libraries"? This is not about having the VS template. What do you think it is supposed to be? :-)
How is that related to ASP.NET?
—SA
jagadeesh kumar adabala 17-Jul-14 3:15am    
Hi,
Thanks for response, Windows control library is a Template, by using which we can create user controls and can access those controls by adding the dll generated at windows control library and
writing the following code.
<OBJECT id="MyWinControl1" height="200" width="240" classid="http:WindowsControlLibrary1.dll#WindowsControlLibrary1.UserControl1"
VIEWASTEXT>

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