A way to "improve" write coding in vs2008 experience

Posted by stighy on Stack Overflow See other posts from Stack Overflow or by stighy
Published on 2010-06-16T13:26:02Z Indexed on 2010/06/16 13:32 UTC
Read the original article Hit count: 127

Filed under:

Hi SO gurus. I would like to try to automize some recurrent job when i develop asp.net application.

For example, for each <asp:button> I create, I would like to insert the classical code

onomouseover="...something"  
onmouseout=" ..something-again.."

Is there a way to automatically add this code "piece" in vs 2008? Some key combination to add "pre-ready" piece of code?

Thank you

© Stack Overflow or respective owner

Related posts about visual-studio