Monday, July 6, 2015

How to create a Paragraph using Html Generic Control in asp.net

The code is so simple.

You can have any element instead of "p".

HtmlGenericControl para = new HtmlGenericControl ( "p" );

Happy Coding

No comments:

Post a Comment