How to create custome control
custom control are compile code that execute on server.Custom control can be simply build by override the Render() method.To create a custom control we just need to do the following steps
1>open visual studio.
2>create a Web COntrol Library Project
3>Overrid the Render Method.
4>Build the project and generate the Dll.
5>Create a Web project.
6>Add dll.
7>Add custom control.
8>Build and run the code.
No comments:
Post a Comment