Search

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

Matching Posts

  • Re: CSS: The Oldest Question in the Book

    I have run in to a similar sort of problem when coding "tight" pages for graphic effects. One thing you didn't mention is how this looks in different browsers. Apparently some browsers set a default margin, which can really make floats tricky. In order to clear that out from the get go I put this in my CSS: html { margin: 0; padding: 0; } That often helps. I put it in 'html' instead of 'body' because different browsers read the DOM differently. Even with this I often
    Posted to Client Side Web Development (Forum) by eyesea on 5/11/2008
  • Re: Trouble with AJAX Controls Toolkit Install

    Your were right about me selecting the wrong file. Somehow in making a backup of the AjaxControlToolkit.dll file I got it put inside of a wrong directory, boy do I feel dumg. I have it all going now. Thanks.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by eyesea on 5/7/2008
  • Trouble with AJAX Controls Toolkit Install

    I am installing the Toolkit on my computer which has VS 2008 installed, running on Windows XP. I have done as per the tutorial video and downloaded AjaxControlToolkit-Framework3[1].5.zip and unzipped the toolkit to a directory in Program Files. I fire up VS2008 and add a tab to the toolbox. Then I do Choose Items and browse to the Binaries dirctory of the toolkit and select Tools.dll. When I click Open I get an alert saying "There are no components in 'C:\Program Files\Ajax Control Toolkit
    Posted to ASP.NET AJAX Control Toolkit (Forum) by eyesea on 5/7/2008
    Filed under: "Ajax Control Toolkit"
Page 1 of 1 (3 items)