by Rahul Singla | Dec 19, 2009 | ASP.NET, Blog, Coolite, Visual Studio
I recently had a situation where many of the controls on my ASP.NET form (with a mixture of ASP.NET, custom & Coolite controls) needed size adjustment depending upon the language in which the form was rendered. Translation of content itself was not that such big a...
by Rahul Singla | Dec 17, 2009 | ASP.NET, Blog, Coolite, ExtJs
If you are trying to figure out why Coolite/ExtJs is giving an error while loading DateTime you serialized to Json manually (including serialization to json of records which contain Datetime fields), here is the answer.Well, as far as I have seen, Coolite/ExtJs...
by Rahul Singla | Dec 9, 2009 | Blog, Sql Server
I found this the hard way out. Local variables in a T-Sql loop in Sql Server are not really local in the strict terms of a block-oriented programming language like C/C++.e.g. In C++, if you have the following:{syntaxhighlighter brush: cpp;fontsize: 100; first-line: 1;...
by Rahul Singla | Nov 19, 2009 | Blog, Sql Server
One problem I have always faced with Sql Server (more so, after I used MySql, and saw that MySql allows this) is to find a way to limit the number of rows being fetched in a SELECT query.Although Sql Server provides a ROWCOUNT statement & TOP clause for the SELECT...
by Rahul Singla | Nov 16, 2009 | Blog, Visual Studio
Almost all of us must have encountered the following message in the Output window while getting a batch (.bat) file executed in Visual Studio as part of the build process for some project.”∩╗┐” is not recognized as an internal or external command, operable...
Recent Comments