Welcome to AspAdvice Sign in | Join | Help

September 2007 - Posts

Sonata Arctica touring US right now :-)

One of my favourite Finnish metal bands, Sonata Arctica, ( www.sonataarctica.info ) is touring US and Canada. Tourdates are 15.09.2007 The Clubhouse, Tempe USA 16.09.2007 Key Club, Hollywood USA 17.09.2007 Galaxy Theater, Santa Ana USA 19.09.2007 Bluebird
Posted by joteke | 1 Comments

Preventing dynamic SQL when using dynamic WHERE clause

I see surprisingly often people using dynamic SQL when their need is to filter data with WHERE clause, with varying fields fields used. Say I have a table CREATE TABLE [dbo].[SAMPLETABLE]( [id] [int] IDENTITY(1,1) NOT NULL, [somenumber] [int] NOT NULL,
Posted by joteke | 0 Comments
Filed under:

ASP.NET Ajax update related to iPhone's Safari (1.01 update)

Matt Gibbs blogs about update to ASP.NET Ajax to fix issues with iPhone Safari which has been updated to 1.01. After this update, async postbacks have stopped working. Matt provides step-by-step guide to bring it back to life. See: http://blogs.msdn.com/mattgi/archive/2007/09/11/update-for-the-iphone-update.aspx
Posted by joteke | 1 Comments
Filed under: ,

Handy XSLT Reference Site focused on specific tasks

I've used the information on this site for years now (in addition to Michael Kay's XSLT books). The site has gathered responses by some of the best XSLT professionals, to common XSLT-related questions / tasks . Dave Pawson's XSLT Questions
Posted by joteke | 0 Comments
Filed under:

What is: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level?

This error occurs quite often, because you have more than one web.config file in your application. You might have other web.config at the root or application level (they can be the same in case your site is directly the application) and other on the subfolder
Posted by joteke | 0 Comments
Filed under: ,