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
[...]
Posted on October 27th, 2005 by Sumit Gupta
Filed under: Uncategorized | No Comments »
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
Posted on October 16th, 2005 by Sumit Gupta
Filed under: Uncategorized | No Comments »
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 [...]
Posted on October 13th, 2005 by Sumit Gupta
Filed under: Uncategorized | No Comments »
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
Posted on October 9th, 2005 by Sumit Gupta
Filed under: Uncategorized | No Comments »