|
-
Apr 30th, 2003, 01:14 AM
#1
Thread Starter
Lively Member
custom web controls
plaese suggest me some useful links for creating custom web controls.
when in doubt, win the trick
-
Apr 30th, 2003, 11:27 AM
#2
PowerPoster
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.
-
Apr 30th, 2003, 11:36 AM
#3
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
-
Apr 30th, 2003, 11:31 PM
#4
Thread Starter
Lively Member
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
when in doubt, win the trick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|