|
Create Custom controls using the custom tag
Custom controls can be created and used as like the normal html elements with the help of the support for the custom tag. The Custom tag is a customized html tag with the 'Class' and 'Assembly' as its attributes. The Assembly attribute refers the namespace of the control and the Class attribute refers the control itself. This is so flexible to such an extent that the user can use any windows forms control in the html document and make his application native and productive.
Create Custom ControlUsing Custom Tag
|
|
|
|