Women in Technology

Hear us Roar



Article:
  Writing ASP.NET Web Forms with C#
Subject:   problem with asp.net / visual studio
Date:   2001-09-20 09:55:30
From:   mmoeller
hi, i just created a web application with visual studio.net. if i try to view the default WebForm1.aspx created by visual studio, i get the following error:


Parser Error Message: 'WebApp1.Global' is not a valid type.


i have the latest framework installed (Runtime Build:1.0.2914.16; ASP.NET Build:1.0.2914.16) and i'm using vs.net beta 2.


has anyone the same problem or a solution?


moritz

Full Threads Oldest First

Showing messages 1 through 3 of 3.

  • Problem with TabControl in ASP .NET Web Forms
    2003-08-11 07:35:39  anonymous2 [View]

    Hi, Why is TabControl not supported in Web Forms. Which TabControl do I use in my web forms I and how do I get it?.

    Could anyone please help me with this problem and some examples on how to implement it.

    Dave
    • Problem with TabControl in ASP .NET Web Forms
      2008-01-08 09:08:51  kamalika_Datta [View]

      The extent I know about programming,TabControl can be used in web Forms.I am working in Asp.net so I can give you the answer according to Asp.net.You set the TabControl of the controls in your web forms under properties.Now there can be two things if you are using html control and server control simultaneously in that form then you have to carefully set the tabcontrols.Like you have taken one server control and one html control then by default both of the Tabcontrol will be 1.Now you have to serialize this according to your requirement.
      Try it out see it works or not.
    • Problem with TabControl in ASP .NET Web Forms
      2003-08-18 11:28:22  davesteven [View]



      Article:
      Writing ASP.NET Web Forms with C#
      Subject: Problem with TabControl in ASP .NET Web Forms
      Date: 2003-08-11 07:35:39
      From: anonymous
      Response to: problem with asp.net / visual studio


      --------------------------------------------------------------------------------

      Hi, Why is TabControl not supported in Web Forms. Which TabControl do I use in my web forms I and how do I get it?.
      Could anyone please help me with this problem and some examples on how to implement it.

      Dave