Results 1 to 4 of 4

Thread: custom web controls

  1. #1

    Thread Starter
    Lively Member afterMoon's Avatar
    Join Date
    Oct 2002
    Location
    cochin
    Posts
    117

    custom web controls

    plaese suggest me some useful links for creating custom web controls.
    when in doubt, win the trick

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    Lively Member afterMoon's Avatar
    Join Date
    Oct 2002
    Location
    cochin
    Posts
    117
    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
  •  



Click Here to Expand Forum to Full Width