Custom web controls

A

Arne Garvander

In VS 2003 there was a template if custom web controls.
In VS 2005 that template is missing.
Where is the documentation for building custome web controls for .net 2.0?
 
T

Teemu Keiski

Building controls in .NET 2.0 has not changed too much. There are a few new
base classes plus designer additions which help considerably writing
high-quality control designers.

What comes to VS2005 it just doesn't have separate web control library
project, now you just start a new class library project and add the needed
references and get going.

Documentation about the subject:
http://msdn2.microsoft.com/en-us/library/zt27tfhy(vs.80).aspx
 
H

Harold Demure

Teemu Keiski said:
Building controls in .NET 2.0 has not changed too much. There are a few
new base classes plus designer additions which help considerably writing
high-quality control designers.

What comes to VS2005 it just doesn't have separate web control library
project, now you just start a new class library project and add the needed
references and get going.

Documentation about the subject:
http://msdn2.microsoft.com/en-us/library/zt27tfhy(vs.80).aspx
the Web Control Library project option still exists in 2005 - just not where
you'd expect it to be. it's under New Project / C# (or VB) / Windows. why
it's there instead of under some Web related option i don't know.. maybe
because it creates a DLL??
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top