Search

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

Matching Posts

  • Re: Visual Studio 2008 - Source View - Disable Automatic Word Wrapping

    I'm pretty sure the one with the HTML > Format and then de-selecting the "Tag wrapping" option. I believe this will solve my problem. I will come back and mark this as correct after using this for a short while longer to verify it corrected the problem. Thanks, Kyle
    Posted to Visual Studio 2008 (Forum) by PhatboySlim on 11/21/2008
  • Visual Studio 2008 - Source View - Disable Automatic Word Wrapping

    Visual Studio 2008 keeps automatically word-wrapping my documents. I'm not sure if this was a setting I enabled (word wrap is turned 'off' in the tools > options piece) or a key-combination I am accidentally pressing. It seems to happen at times for no reason whatsoever, or when I open certain documents. ANyone know why this would be? Perhaps another developer on the shared solution has checked in the file when they had word wrap turned on? It's frustrating... I just don't
    Posted to Visual Studio 2008 (Forum) by PhatboySlim on 11/21/2008
    Filed under: Visual Studio 2008, Word wrap
  • Top 10 most costly queries by user?

    The websites I write use ad-hoc queries instead of stored procedures. So when I run the following query: SELECT TOP 10 [Average CPU used] = total_worker_time / qs.execution_count ,[Total CPU used] = total_worker_time ,[Execution count] = qs.execution_count ,[Individual Query] = SUBSTRING (qt.text,qs.statement_start_offset/2, (CASE WHEN qs.statement_end_offset = -1 THEN LEN(CONVERT(NVARCHAR(MAX), qt.text)) * 2 ELSE qs.statement_end_offset END - qs.statement_start_offset)/2) ,[Parent Query] = qt.text
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by PhatboySlim on 1/8/2008
    Filed under: SQL, queries, Performance
  • Re: Disable Google Autofill Firefox

    Thanks for the help guys. I tried your suggestion (changing drpBillingState to drpTaxRegion, saved, cleared out my entire internet cache, closed the browser, restarted and IE still fills in the state). I believe it may be looking at the options list (where all the states are listed) and picking it up from there. When I combine your solution and also add a period character to the end of the state name, it seems to do the trick. So I change drpBillingState to drpTaxRegion and I bind the datatextfield
  • Re: Disable Google Autofill Firefox

    Yes that is a correct assessment.
  • Disable Google Autofill Firefox

    Ok, well I have searched every nook and cranny of the internet and I still have yet to find a practical solution for this. It is absolutely unbelievable that Google has not offered programmers a way to do this, or to fire actual events on the page properly. I have an ecommerce form where every necessary field for checkout is on one page, however for tax to be computed properly I need to know when the state has changed. If the user has Google toolbar installed and uses the Autofill option, the only
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by PhatboySlim on 12/27/2007
    Filed under: autofill, javascript, google
  • Re: Visual Studio 2005 SP1 - Vista - Dataset Designer

    I had been aware there was an SP1 for vista, and I was curious if this addressed the dataset designer issue because I am reluctant to install a beta program, however if this addresses the dataset designer issue I would consider it. Are either of you aware if that is the case? Also, do you know when the expected final release will be available?
    Posted to Visual Studio 2005 (Forum) by PhatboySlim on 1/30/2007
  • Visual Studio 2005 SP1 - Vista - Dataset Designer

    I just installed my copy of Windows Vista Business (I had previously been using Windows 2000). Unfortunately, I have been quite disappointed with the level of compatibility. Even Visual Studio 2005 (the one program you think would work the best) requires the SP1 upgrade (ok, fair enough) yet I get a popup that it requires an additional upgrade for Vista. Additionally, I see on the following page: http://msdn2.microsoft.com/en-us/vstudio/aa964140.aspx that the issue "Dataset Designer is extremely
    Posted to Visual Studio 2005 (Forum) by PhatboySlim on 1/30/2007
  • Re: I have found a solution !

    Thank you for posting this. I too was having a problem. Glad I was able to find a solution so quickly.
    Posted to Visual Studio 2005 (Forum) by PhatboySlim on 11/28/2006
    Filed under: slow save 2005
  • Visual Studio 2005 / Source Safe 6.0 - How do I exclude folders from the project?

    I have some large directory in my project that holds image data, and is almost 100mb. everytime I go to check-in files I have checked out, it prompts me to check this directory in as well. I was able to do this in Visual Studio 2003 by excluding the folder from the project. Is there a similar feature in VS 2005? If not, is there a way to do this in source safe 2005? 10,000 space bucks to the first responder :)
    Posted to Visual Studio 2005 (Forum) by PhatboySlim on 10/26/2006
Page 1 of 3 (22 items) 1 2 3 Next >