Create a User Control library which has 5+ controls which can be used by other C# or VB.NET Projects
Hello:)
You should create an ASP.NET Server Control instead of a User Control——For user control can be only applied in single applications,the first one can be published like a "TextBox" on the toolbar。
But now since you've created the user control,the next step for you is to convert it to a Server-side normal publishable control,please have a look at this:
studotnet
Member
13 Points
63 Posts
Reusable User Control Library + Globalization
Jun 25, 2012 04:47 PM|LINK
My requirement is as follows.
Create a User Control library which has 5+ controls which can be used by other C# or VB.NET Projects
The controls must support globalization.
I followed http://www.codeproject.com/Articles/16803/Embedded-UserControls-Revisited but I couldn't figure out how to make it globalized.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Reusable User Control Library + Globalization
Jun 26, 2012 07:37 AM|LINK
Hello:)
You should create an ASP.NET Server Control instead of a User Control——For user control can be only applied in single applications,the first one can be published like a "TextBox" on the toolbar。
But now since you've created the user control,the next step for you is to convert it to a Server-side normal publishable control,please have a look at this:
http://www.codeproject.com/Articles/20792/Convert-the-web-user-controls-into-custom-controls
http://msdn.microsoft.com/en-us/library/aa479318.aspx