(Christopher Camacho) This article describes how to apply themes to simple user controls, so these match the standard controls.
Other News
Displaying a Sorted, Paged, and Filtered Grid of Data in ASP.NET MVC
(Scott Mitchell) Over the past couple of months I’ve authored five articles on displaying a grid of data in an ASP.NET MVC application. The first article in the series focused on simply displaying data. This was followed by articles showing how to sort, page, and filter a grid of data. We then exami
Displaying and Filtering Data with jQuery Templates
(Peter Vogel) In my last column ( Setting Up for jQuery Templates ), I set up a simple AJAX-enabled page that uses client-side code to retrieve the Order objects for a customer from a WCF Web when the user selected a customer from a dropdownlist on the page. In this column, I’m going to display thos
Find a list of views marked inoperative
(Leons Petrazickis) When you drop and recreate a table, DB2 marks any views that query it inoperative. You will get the following error message if you try to query one of them:
DB2 10 Scalar Function: Inline vs. Non-Inline
(Troy Coleman) Last week we discussed the different types of scalar functions. Here I’ll share the specific differences between inline and non-inline scalar functions.
SQL Statement Elapsed Times
(Craig Shallahamer) In my performance work I often am presented with a Statspack or AWR report. After performing my 3-Circle Analysis the key SQL statement(s) is easily identified. Obviously my client and I want to know key characteristics about that SQL statement.
SharePoint 2010 User Profile Service: Part 2 Developing the WCF service
(Mohamed M Malek) In this post I will start talking about using the UPS and how we can use that to connect to two sources of user profiles data. Please refer to the previous post on how to configure the UPS.
XSLT Tutorial–Part 9
(kolliparachandra) XSLT likewise offers several elements that allow you to perform Boolean logic inside stylesheets using the if and choose instruction elements.
Function Hoisting In ColdFusion
(Ben Nadel) The other day, in the comments to my post on using a ColdFusion custom tag to define a ColdFusion component, I mentioned that my solution was slightly flawed – that it didn’t take into account the underlying function hoisting that was going on.
SQL SERVER – DMV – sys.dm_os_wait_stats Explanation – Wait Type – Day 3 of 28
(Pinalkumar Dave) The key Dynamic Management View (DMV) that helps us to understand wait stats is sys.dm_os_wait_stats; this DMV gives us all the information that we need to know regarding wait stats.
