by Rahul Singla | Oct 11, 2009 | .NET 2.0+, Blog, Office
A common situation is to prepare invoices, etc. from information in a database. Clients usually have extremely customized invoice formats, but the data to be filled in is basically the same. This article and its related code present a new (I have searched, but could...
by Rahul Singla | Oct 11, 2009 | .NET 2.0+, ASP.NET, Blog, Custom Controls
Content scrolling is a very common task on the web. This ASP.NET server-side control enables you to embed any HTML or ASP controls as its template that it can scroll vertically or horizontally in any direction with configurable scroll speed.Due to a larger...
by Rahul Singla | Oct 10, 2009 | Blog, Programming Techniques
Before giving any formal definition of Recursion, I will like to discuss a scenario… Browing your files on local disk is a very common task. Let us assume you have to write a procedure that performs an action (like calculating the size) on every file on your C:...
Recent Comments