IE Web Controls for ASP.NET 2.0 ?

Last post 09-02-2008 12:22 AM by janebush08. 9 replies.

Sort Posts:

  • IE Web Controls for ASP.NET 2.0 ?

    10-05-2007, 10:27 AM
    • Member
      point Member
    • schubert
    • Member since 10-05-2007, 2:20 PM
    • Posts 2

    I wonder if there are IE Web Controls for ASP.NET 2.0 or 3.0? Not sure someone asked this question already, but just can't find some message about it.

    Thanks

    Filed under:
  • Re: IE Web Controls for ASP.NET 2.0 ?

    10-05-2007, 11:44 AM
    • All-Star
      45,863 point All-Star
    • jimmy q
    • Member since 11-02-2006, 5:01 AM
    • Australia
    • Posts 3,164
    • Moderator
      TrustedFriends-MVPs

    schubert:
    I wonder if there are IE Web Controls for ASP.NET 2.0 or 3.0?
     

     

    By IE web controls does you mean HTML controls?

    There are 2 types of controls in asp.net, you got asp.net server controls and you got HTML controls like text boxes, buttons etc 

  • Re: IE Web Controls for ASP.NET 2.0 ?

    10-05-2007, 4:17 PM
    • Member
      point Member
    • schubert
    • Member since 10-05-2007, 2:20 PM
    • Posts 2

    I am talking about  MultiPage, TabStrip, Toolbar, and TreeView

    Filed under:
  • Re: IE Web Controls for ASP.NET 2.0 ?

    10-09-2007, 10:21 AM
    • Contributor
      2,024 point Contributor
    • kckriegs
    • Member since 08-15-2005, 7:55 PM
    • Posts 435

    Microsoft did not come out with a new release of IEWC for asp.net 2.0. Rather, the controls have been brought into asp.net 2.0.

    For example, a treeview is offered "out-of-the-box". The interface is different from the IEWC treeview, e.g. you don't have to know xslt to use an external xml data source. And you can't just convert your IEWC app to an asp.net 2.0-without-IEWC app, but the changes can be straightforward, particularly with intellisense.

    But if you're too busy to update an app developed with IEWC, it should run fine under asp.net 2.0.

  • Re: IE Web Controls for ASP.NET 2.0 ?

    11-05-2007, 2:45 PM
    • Member
      2 point Member
    • tgraupmann
    • Member since 11-05-2007, 7:43 PM
    • Posts 1

    Switching to the ASP 2.0 TreeView control was easy. In the toolbox, you'll find under Navigation, there's a tree view control.

    Basically just remove the namespace on the old TreeView control. The interface is the same except for in some cases the Nodes property changed to ChildNodes. 

  • Re: IE Web Controls for ASP.NET 2.0 ?

    03-07-2008, 11:12 AM
    • Member
      9 point Member
    • brian.tabios
    • Member since 03-07-2008, 4:08 PM
    • Posts 9

    kckriegs:

    Microsoft did not come out with a new release of IEWC for asp.net 2.0. Rather, the controls have been brought into asp.net 2.0.

    For example, a treeview is offered "out-of-the-box". The interface is different from the IEWC treeview, e.g. you don't have to know xslt to use an external xml data source. And you can't just convert your IEWC app to an asp.net 2.0-without-IEWC app, but the changes can be straightforward, particularly with intellisense.

    But if you're too busy to update an app developed with IEWC, it should run fine under asp.net 2.0.

     
    I can find the treeview web control under System.web.ui.webcontrols, so it looks like Microsoft offtered this "out of the box". What about the Toolbar IEWC componenet? I do see that anywhere in the supported namesapce. Any ideas?

  • Re: IE Web Controls for ASP.NET 2.0 ?

    03-07-2008, 12:14 PM
    • Member
      9 point Member
    • brian.tabios
    • Member since 03-07-2008, 4:08 PM
    • Posts 9

    This link might help those who are having problems using the IW Webcontrols in ASP.NET 2.0

    http://geekswithblogs.net/ranganh/archive/2006/02/21/70219.aspx

     

  • Re: IE Web Controls for ASP.NET 2.0 ?

    04-28-2008, 8:40 AM
    • Member
      127 point Member
    • yan19454
    • Member since 05-19-2004, 11:39 AM
    • Posts 207

    I tried that solution in the link it did not work.

    Frances
  • Re: IE Web Controls for ASP.NET 2.0 ?

    05-17-2008, 6:40 AM
    • Contributor
      2,118 point Contributor
    • ReyN
    • Member since 07-28-2002, 10:53 AM
    • Pilipinas
    • Posts 413

    Hi

    The IE WebControls still work in ASP.NET 2.0, but you have to build the Microsoft.Web.UI.WebControls.dll with csc.exe 1.1

    TabStrip WebControl

    MultiPage WebControl

    Toolbar WebControl

    Just make sure you set up all the prerequistes correctly. Wink

    Reynald V. Nuñez
    aspxtreme
  • Re: IE Web Controls for ASP.NET 2.0 ?

    09-02-2008, 12:22 AM
    • Member
      10 point Member
    • janebush08
    • Member since 09-01-2008, 8:33 AM
    • Posts 5

     Thank you Reynald.... I think this should help...

Page 1 of 1 (10 items)