CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: asp.net

  1. #1
    Join Date
    Mar 2003
    Location
    Mumbai(India)
    Posts
    1

    Lightbulb How to make (toolbar like)control used in asp.net

    hi friends,
    how are you all,
    I have a very basic Question.

    How the controls are made in asp.net.I tried to make some controls from scratch, by inheriting control class, But could not have the user interface, as desired.
    Can servercontrols with attractive userinterface(like toolbar)can be made in asp.net, or how can i make my own controls like this.

    I am urgently needing it.
    If possible , also write me about the sites & books where i can get information about it.

    Thanks in advance for your support
    with regards
    Peeyush
    Last edited by Peeyush; March 7th, 2003 at 06:10 AM.

  2. #2
    Join Date
    Mar 2003
    Location
    Dublin
    Posts
    9
    A normal aspx page with
    <%@ Control Language="?your language?" %>


    http://www.flws.com.au/showusyourcod...ol.asp?CatID=5

  3. #3
    Join Date
    Mar 2003
    Location
    Dublin
    Posts
    9
    that should have read with
    <%@ Control Language="vb" %>
    at the top

    Check out
    http://www.asp.net/ControlGallery

    A lot of fancy stuff has allready been done

  4. #4
    Join Date
    Mar 2003
    Location
    Dublin
    Posts
    9
    Bug in the forum !
    I am trying to write

    'inferior sign' 'percent' @Control Language="vb" 'superior sign' 'percent'

    it just won't show


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

Featured