If I TRY this..

Hi,
I was working on my ASP.NET application in this I need to Fetch the Image link from Database and show the Image and if the Image is not there in Database than i need to display the NoImage…
Simple..
Now, I ask my friends how to achieve this and they suggest me this..
if isdbnull(objSqlcmd.ExecuteScalar) then
[...]

I feel proud on my Work

Hi,
Today I just found this thread in one of the forum…
http://www.visualbasicforum.com/showthread.php?t=239427
there is nothing special in this thread except that For the first time I have seen that one of my article is referred by someone…
Thanks “Pranab” for referring me..:o)
Sumit Gupta

Custom Control In ASP.Net

Hi,
Today I made Custom Controls in ASP.Net. What a pleasure it is. I have written the code for it first time but really I enjoy doing that and it makes my life much easier and my code more readable. Actually I need to Parse the Amazon API for my Project and than display data [...]

Progress Bar In ASP.Net for Background Process

Hi,
I found this Article Very useful for profressional Website developement in ASP.Net,
It explain how to show Progress Bar for Background processing
http://www.aspfree.com/c/a/VB.NET/Executing-LongRunning-Tasks-with-the-Progress-Bar-in-ASPNET/
Sumit Gupta