Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:651467
More Search Options
RSS Available
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.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
ferrethouse
on 8/20/2009
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"
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ferrethouse
on 3/21/2008
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" /></
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
ferrethouse
on 3/3/2008
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
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
ferrethouse
on 3/3/2008
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 ยป
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online