Though I have posted in my old blog, but just to keep track of this.. http://www.aspfree.com/c/a/VB.NET/Executing-LongRunning-Tasks-with-the-Progress-Bar-in-ASPNET/ This article suggest a method on how to show progress bar in your web…
Category: C#.NET
Printing Text Document in .NET 2.0
Some time reporting tools are too heavy to use with a small application. Something similar happens with me, I need to print a Single page text information for this I…
Creating Schedular application in Windows
This can be done in many ways. Often I see my collegues doing a ASP script that they schedule to run with Browser. As this seems quite obvious thing for…
Sending inline Image using C#.NET
Recently i have to send an inline image in my outgoing automated email. I don’t know that it was that easy.. Read this article for sending inline image using C#.NET…
Two Forms in ASP.Net
Hi, As any other ASP.Net developer, I was not feeling comfortable with only one form concept that ASP.Net has (not sure about v2.0 as never work on it). Also, when…