can i create my own controls?

  • Thread starter Thread starter avl
  • Start date Start date
A

avl

I want to create my own controls which are totally
diferent from the existing controls like button and
textbox.I dont want to use the existing web controls in
anyway i.e I dont want to go for user or custom controls.

Can anyone please give me an idea as how to design a
control,how should one proceed and what are the things to
be taken care?
 
Custom control is definatly the way you want to go then, it's composit
controls you want to avoid.

I have an example here [1] on a custom control with somewhat different look
and behaviour.

--
Patrik Löwendahl
cshrp.net - ' Elegant code by witty programmers '
cornerstone.se - ' IT Training for professionals '

[1] http://www.cshrp.net/content.aspx?showID=875
 
Hi,

You can create reusable controls with .NET. You can also
create websites with user controls . You will get more
info from MSDN documentation or any good book from
MS Press, Sams etc.

Regards,
Anand N
Microsoft MVP
 
Back
Top