Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How else can I change and/or add new properties to an ASP tag?
Posted
Comments
Sergey Alexandrovich Kryukov 10-Dec-14 12:13pm    
Did you notice: there is a designer in the Visual Studio? :-)
Just one note: a real software developer won't afraid of "typing in the properties and their values by hand" when it seems to be reasonable, because it could be more efficient than using the designer... :-)
—SA

1 solution

Please see my comment to the question.

Another way is using the Visual Studio designer: http://msdn.microsoft.com/en-us/library/ms178149%28v=vs.100%29.aspx[^].

If you develop your own control and deploy them to other developers, it's important to understand how they work with the designer and leverage the use of the designer by developers using your library:
http://msdn.microsoft.com/en-us/library/wxh45wzs%28v=vs.100%29.aspx[^],
http://msdn.microsoft.com/en-us/library/12yydcke%28v=vs.100%29.aspx[^].

—SA
 
Share this answer
 

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