Browse by Tags
All Tags »
ASP .NET (
RSS)
But in my job I have to wear the DBA hat quite often. I was having a problem today where a query that returns 200 rows was taking 16 seconds to return to my application. The same query run in Query Analyzer came back in .47 seconds. Huh? One of my co...
I'm off tomorrow to the VS 2005 Launch Event in Atlanta! I've got a buddy that would like to go, but registration's closed. Does anyone have a ticket that they're not going to use? I haven't had much time to delve into VS 2005 yet, so I'm really looking...
Hat's off to Chris Hammond for making public the Visual Studio 2005 Launch Event. I'll be going to the one in Atlanta.
I was illustrating TextBox Extender component that I had developed that automatically validates any TextBox on a form. I enterd "123" the TextBox and all was right with the world. I added ".-" in an attempt to make it non-numeric, when I got an application...
Given that System.Data.IDataRecord and System.Data.DataRow both share the following accessors: IDataRecord Interface object this [ string name ] { get ; } object this [ int i ] { get ; } DataRow public object this [ int columnIndex ] { get ; set ; } public...
I've wanted to use tracing for awhile and was inspired by Kevin Blakely's Post on ASP .NET Tracing in a popup window . I didn't want the tracing in the popup window--just wanted to move it down the page below my other controls. So, I borrowed Kevin's...
A co-worker and I were having an argument this morning about the best way to databind to an ASP .NET datagrid control. The argument centered around whether to use the declarative server-tag syntax in the aspx file (e.g., <%# Container.DataItem("Name...
It must be my week to find really obscure problems. I have this ASP .NET page where an editor is loaded in a frame. The editor consists of a textbox and a dropdownlist. The user can enter the first few characters of the target value, and tabbing off of...
Nice blog from David Mauri on explaining the importance of a Data Access Layer.
Matt Berther is doing something similar to what I was talking about in my previous post . Where we differ is where to do the validation of the business rules. He's wrapping his IMyView in a class that knows how to perform the Business Rule validation...
More Posts
Next page »