Web Forms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard Harris

    #1

    Web Forms

    Hi

    I'm trying to create my first vb.net web forms but have run into a problem.
    When I do build and browse to view the form, static items such as labels and
    text fields are shown, but the web form buttons that I've added to my form
    are not shown.

    I'm running IIS 5.1 on a Win XP Pro machine. Is there any special config I
    need to do on the box to run windows forms correctly?

    Many Thanks
    Richard


  • Cor Ligthert

    #2
    Re: Web Forms

    Richard,
    [color=blue]
    > I'm trying to create my first vb.net web forms but have run into a
    > problem. When I do build and browse to view the form, static items such as
    > labels and text fields are shown, but the web form buttons that I've added
    > to my form are not shown.
    >[/color]
    Because you tell it so explicit, how did you add those buttons.

    Cor


    Comment

    • Richard Harris

      #3
      Re: Web Forms

      Cor,

      In grid mode, I went into the Web Forms toolbox and dragged a Button onto
      the grid. After that I just saved the form, and tried to view it using the
      Build and Browse function.

      Hope this make some sense?

      Thanks
      Richard

      "Cor Ligthert" <notmyfirstname @planet.nl> wrote in message
      news:e15WIQFXFH A.3584@TK2MSFTN GP14.phx.gbl...[color=blue]
      > Richard,
      >[color=green]
      >> I'm trying to create my first vb.net web forms but have run into a
      >> problem. When I do build and browse to view the form, static items such
      >> as labels and text fields are shown, but the web form buttons that I've
      >> added to my form are not shown.
      >>[/color]
      > Because you tell it so explicit, how did you add those buttons.
      >
      > Cor
      >[/color]


      Comment

      • Cor Ligthert

        #4
        Re: Web Forms

        Richard,

        Did you try , Debug Start?

        Cor


        Comment

        • Brian Henry

          #5
          Re: Web Forms

          did you configure asp.net in iis with aspnet_regiis -i ?


          "Richard Harris" <richard@richar djharris.plus.c om> wrote in message
          news:ODpzkNFXFH A.1508@tk2msftn gp13.phx.gbl...[color=blue]
          > Hi
          >
          > I'm trying to create my first vb.net web forms but have run into a
          > problem. When I do build and browse to view the form, static items such as
          > labels and text fields are shown, but the web form buttons that I've added
          > to my form are not shown.
          >
          > I'm running IIS 5.1 on a Win XP Pro machine. Is there any special config
          > I need to do on the box to run windows forms correctly?
          >
          > Many Thanks
          > Richard
          >
          >[/color]


          Comment

          Working...