How to Create a new Custom Web Control

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
E

Elmo Watson

I've got VS.Net 2005 - professional
I have an idea for a custom control, which will inherit some databinding
stuff, but I'm not really sure where to start.
There's not anything in the New Project window that lists a Web Custom
Control template, or anything near it - -

At this point - all I need to know is :
What kind of project do I create to start this?
Then - are there any websites that go a little further with ideas and how to
make it with your own custom naming?

Thanks
 
Create a class library
Right click in solution explorer and choose Add >. Web Custom Control
Create control
Compile
Add to toolbox
Drag on form (will create reference for you)

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top