Browse By Tags

  • Debug the .NET Framework

    Scott just announced the availability of the .NET Framework source with the ability to debug (e.g., step into) the code inside of VS 2008.  Those of us who have spent hours digging in via Reflector using imagination debugging (i.e., I imagine that it calls…

  • Come Learn Infragistics at our First Ever Conference!

    This year—coming up very soon—Infragistics will be co-hosting devscovery with Wintellect!  This is going to be awesome.  Not too long ago, I blogged about how Infragistics is an MVP squirrel.  We’re bringing those nuts to this conference as well…

  • Re: Infragistics performance

     Thank you for the comment. I think it is important to be interactive these days with people in the IT industry, not just with respects to Port80 Software, but as a whole. You need to be out there in the heart of the community seeing what is out there…

  • from the ground up ?

    It is my contention that Ingragistics .NetVantage ASP .Net controls are entirely written

    (in C# of course) from scratch . . .

    am I correct . . .

    or am I operating under a mistaken assumption . . . and that in reality the Infragistics Web controls…

  • Having problems changing the DataValue of a WebCombo

    Infragistics for ASP.NET 3.5.

     We're having difficulty changing the DataValue of at WebCombo on the server side.  We have the combo populated, and we want to change the value during a postback to one of the other selections, but this is causing trouble…

  • Re: Firefox 10 and WebCombo

    my investigation proves that infragistics controls are unable to retrieve the version number details from request object for FF 10 and above to resolve this issue please mention the target browser hint when ever use an infragistics control like weblistbar…

  • Make WebCombo Appearance like ASP Dropdown list

    I have a web page that has about 10 webcombos, each containing from 3 to 50 rows of data.  Some have multiple columns, some have only one.  The problem is, these combos bloat the page incredibly (>600K with only half of them loaded with data).  What I…

  • SelectedIndex coming up as "-1" on postback

    I'm not sure what the problem is, but I'm using the webCombo that comes with NetAdvantage for .NET 2008 Vol. 1 CLR 2.0.  The list I am populating in the dropdown has around 2000 entries, therefore I am forced to have to use EnableXmlHTTP set to…