c# - Writing custom controls -


Hi guys, I was thinking of writing a set of custom controls (the possibility of being in ASP.Net), wondering How should I follow the guidelines? - Are there any general requirements for UI controls that should be followed? - While writing documents / samples etc. what guidelines can be included on them? I know that this is a very common question but I'm interested in your opinion how should I start and maybe start from a set of tight guidelines / framework.

Asp.net is better to start with the generic documentation of custom control

< P>

Everything else will really be what you are turning to make :)


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -