I want to inbuild custom web control in my web application for creating Html templates with images please tell me the resources or some guidance.
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhimanyu K VatsaPosted Jun 2, 2010, 6:06 AM
There is a one way to create custom control in ASP.Net as I know. It is known as "WebUserControl.ascx" file. Using this file you can create or insert images also and you can use this control on any page like .htm, .html, .aspx, and .master even. This control is very helpful to create header and footer for any websites. But the master page concept decreases its use. In the low level web designing it is very userful.
If my reply helps you, please accept it.