plaese suggest me some useful links for creating custom web controls.
Printable View
plaese suggest me some useful links for creating custom web controls.
It is pretty easy. Just add a new web control to your project, then just design it like you would an HTML page. You can write code in it's code behind page just like a normal page.
As a matter of fact, it is basically an mini aspx page. Treat it as such.
Well, depends. If he means a .ascx template user control, then yeah like you said hw. But if you want compiled dll contol, check this
http://samples.gotdotnet.com/quickst...le.aspx&font=3
Thanx Cander.
I meant that compiled dll control. and your link helped a bit. But how can we make that inherited control as a dll file and use in another projects?.
say if I want to make a textbox control with vaidating filters,
What should I do?
thanks in advance
afterMoon