Search

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

Matching Posts

  • Question about IIS Static Compression

    I just enabled it on my web application and it appears to be working fine. It is compressing and caching css, js, html, etc. files. My question is does compression impact the ability of client browsers to cache locally? Normally, a user would visit my webpage and the css and js files would be downloaded and cached locally on their client computer. So future requests would simply be served from their local cache. Does compression impact the way this functions? Will these files continue to be served
    Posted to Client Side Web Development (Forum) by ferrethouse on 11/26/2009
  • Re: Input Dialog - Sequence of Events Problem

    I get "undefined" for this... alert($("#DropDownList1 > option[selected]").attr("value")); I'm using the latest version of jquery.js I'm not familiar with jquery. Any ideas?
    Posted to Web Forms (Forum) by ferrethouse on 8/24/2009
  • Input Dialog - Sequence of Events Problem

    I have a drop down list. One of the items in the list is "Add New". If the user selects that item I need to prompt them with an input dialog to enter the new value and then insert that new value into the drop down list (and the database). So far I have the drop down list's autopostback set to true and the onselectedchanged event fires this method... protected void ddInstructor_SelectedIndexChanged(object sender, EventArgs e) { if (ddInstructorID.SelectedValue == "-1") { ListItem
    Posted to Web Forms (Forum) by ferrethouse on 8/21/2009
  • Testing LINQ query for EOF?

    I have this LINQ query... var GetLessons = from l in db.Lessons where l.LessonID == LessonID select l; How do I test GetLessons to see if there are "records" as I would do using ADO.NET? Thanks.
  • AsyncPostBackTrigger' does not have a public property named 'TabPanel'

    I'm getting this error... Parser Error Message: Type 'System.Web.UI.AsyncPostBackTrigger' does not have a public property named 'TabPanel'. Am I not allowed to have an updatepanel on a tabpanel? Here is the code... <%@ Page Language="C#" MasterPageFile="~/WFMaster.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WFluids3.Search.Search" Title="Untitled Page" %> <%@ Register assembly="AjaxControlToolkit"
  • Re: Setting focus programatically causes javascript error on callback

    I found the problem. Apparently, Microsoft is expecting there to be a submit button on the form (I just have a textbox). I changed the code to this and it works... < asp : Panel ID ="Panel1" runat ="server" DefaultButton ="btnSubmit"> Scan container barcode: < asp : TextBox ID ="txtSample" runat ="server" ></ asp : TextBox > < asp : Button ID ="btnSubmit" runat ="server" Text ="Button" /></
  • Setting focus programatically causes javascript error on callback

    If I click on the textbox manually with my mouse the code works fine. If I set focus to the textbox using javascript (onload event of body) I get this javascript error... " this._postbacksettings.async is null or not an object" Here is the javascript (which does what it is supposed to do)... function setFocus(compid){ document.getElementById(compid).focus(); } The funny thing is that if I set focus in the event that gets fired on the callback it works fine (but obviously that doesn't
  • UpdateProgress only fires once

    "Loading..." just appears the first time and not subsequent times. Any ideas? < asp:scriptmanager ID= "smMain" runat= "server" ></ asp:scriptmanager > < div > < asp:UpdateProgress ID= "upProgress" runat= "server" AssociatedUpdatePanelID= "upMain" > < ProgressTemplate > Loading... </ ProgressTemplate > </ asp:UpdateProgress > < asp:UpdatePanel ID= "upMain" runat= "server" >
    Posted to ASP.NET AJAX UI (Forum) by ferrethouse on 3/1/2008
  • Re: Visual Studio and CPU usage

    No. It is a P4. In task manager it does show two CPU windows but I think that is logical and not physical.
    Posted to Visual Studio 2005 (Forum) by ferrethouse on 2/8/2008
  • Visual Studio and CPU usage

    I've noticed that when I compile a large project with VS 2005 or VS 2008 my CPU usage maxes out at 50% (never goes above 50%). How do I get it to use 100% of the CPU so that it compiles the project faster?
    Posted to Visual Studio 2005 (Forum) by ferrethouse on 2/8/2008
Page 1 of 10 (96 items) 1 2 3 4 5 Next > ... Last ยป
Microsoft Communities