Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,

how can i create the component creation in asp.net using C# language.

i need the step by step.

any one support to me...


thanks advance.....
Posted
Comments
Kornfeld Eliyahu Peter 20-Oct-13 9:52am    
You must be clear...
The question is poorly phrased...

I hope you are interested in coding Custom Server Controls

Please go through the below link.. it gives a step by step guide

http://msdn.microsoft.com/en-us/library/zt27tfhy(v=vs.100).aspx[^]
 
Share this answer
 
Comments
sankmahesh 21-Oct-13 0:22am    
thankyou ranjan.

i want to convert the web application to server control.

the above link has converted the label to server label.

i need web form that contains more controls to server controls.


can you help me..
JoCodes 21-Oct-13 1:04am    
You mean to say you want to convert multiple controls or web form itself as a Custom Control???
You can check the below CP link on how to create a custom control/Component.

Your First ASP.NET Custom Control

And you can check the below link which explains on how to convert your Usercontrol which contains multiple controls as Custom Web Controls.

http://msdn.microsoft.com/en-us/library/aa479318.aspx[^]

Hope this helps
 
Share this answer
 
Comments
sankmahesh 22-Oct-13 1:47am    
i created server control and build.

how do i add the server control in tool box?
JoCodes 22-Oct-13 2:12am    
Check this http://dhavalupadhyaya.wordpress.com/2008/07/20/how-to-add-custom-control-in-visual-studio-toolbox/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900