Looking for a tutorial on building custom controls

  • Thread starter Thread starter Billy Porter
  • Start date Start date
Billy Porter said:
Any ideas?

Billy, here are a few pointers into the MSDN documentation:

Developing ASP.NET Server Controls
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/ht
ml/cpconkeyconceptsinwebformscontroldevelopment.asp)



ASP.NET Server Control Development Basics
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/ht
ml/cpconwebformscontroldevelopmentbasics.asp)



Developing a Composite Control
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/ht
ml/cpcondevelopingcompositecontrols.asp)



Also, consider that deriving from an existing control is a simple case of a
Composite Control, sort of.
 
I've found some very interesting instruction video's on building ASP.NET
controls on www.learnvisualstudio.net as well as video's on many many other
topics as well.

Jurjen de Groot
Netherlands.
 

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

Similar Threads


Back
Top