Search

You searched for the word(s): userid:701137

Matching Posts

  • Re: CollapsiblePanel content flickers when page loads

    I've experienced exactly the same problems with images in a collapsible panel and struggled for hours. I'd just like to clarify the aforementioned fix for people like myself who are new to ajax. Wrap the panel you want to collapse in a <DIV> tag. Give it an ID attribute so we can reference it in some javascript and set the style to 'display: none;' to hide it, like so: < div id= "panelarea" style= "display: none;" > < asp:Panel ID="...... </asp:Panel> </div> Add the following
  • Re: how to tell if vs2005 sp1 is installed?

    In the exact same help>about window, locate the listbox below titled "Installed Products", use the scrollbar to scroll through the items. If SP1 is installed you should have a line that says something like "Microsoft Visual Studio 2005 - ENU Service Pack 1 (KB926601). Highlighting the line gives you some additional information in the "Product Details" box.
    Posted to Visual Studio 2005 (Forum) by nuclearfusion on 1/9/2007
  • Re: SP1 causing "Adding reference to System.Web.dll ..."

    Just to add my 2 pence worth for other people stumbling upon this thread looking for a solution, I had the same problem after installing SP1 and uninstalling AJAX RC1. The editor was freezing when trying to load my project with a messge of "adding reference to System.Web.Dll' in the status bar. My problem was trying to open a project that still contained a reference to the web.extensions assembly. Remove the reference from the web.config file outside of the IDE and restart VS and the problem was
    Posted to Visual Studio 2005 (Forum) by nuclearfusion on 1/8/2007
Page 1 of 1 (3 items)