by Rahul Singla | Dec 19, 2010 | Blog, Sql Server
Performing database side paging has always been a headache in Sql Server (as opposed to MySql which provides a built-in LIMIT clause for easy paging). However, I recently found an easy, fast and intuitive way of paging the data on the database side in Sql Server...
by Rahul Singla | Dec 3, 2010 | Blog
By the time you read this blog entry, the issue might already be fixed by the Chrome Frame team. Anyways, here’s what we faced:We recently had a strange issue with some of our users using IE with Chrome Frame to access their intranet application (that was...
by Rahul Singla | Dec 3, 2010 | .NET 2.0+, ASP.NET, Blog, Coolite, Ext.Net, ExtJs, Javascript
I recently had a situation where I needed to invoke a DirectEvent on an Ext.Net Button explicitly. Basically, when the button was clicked, I needed to pop-up an ExtJs window (created in javascript), and depending upon the options selected on the Window, invoke...
by Rahul Singla | Dec 1, 2010 | .NET 2.0+, ASP.NET, Blog, Coolite, Ext.Net, Visual Studio
I just had an immediate need for modifying the core Ext.Net scripts that are embedded into the toolkit assembly itself. Till now, I resisted all temptations for doing so earlier, instead choosing to override Ext.Net behavior when needed by including my own scripts...
Recent Comments