custom control to my web page??
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Fisrt Of all You have to add Custom Control DLL in ToolBox. Right Click on ToolBox-->Choose Items-->Click on Browse in DialogBox-->Add DLL of Custom Control and Apply. Your Custom control will be added in ToolBox now You can drag and drop that control in your web page. Best Regard Pathan
---------------------------------------------------