Images in Gridview
-
Hi all, I want to display images in GridView using the Asp:Image control. But everywhere i could see only examples using the imagepath only. How can display the images stores in the Employees table in Northwind database ? Thanks in Advance Dana
-
Hi all, I want to display images in GridView using the Asp:Image control. But everywhere i could see only examples using the imagepath only. How can display the images stores in the Employees table in Northwind database ? Thanks in Advance Dana
check this out http://msdn2.microsoft.com/en-us/library/aa479350.aspx
-
check this out http://msdn2.microsoft.com/en-us/library/aa479350.aspx
Thanks for the reply. That examples follows the methods of showing from URL only
-
Hi all, I want to display images in GridView using the Asp:Image control. But everywhere i could see only examples using the imagepath only. How can display the images stores in the Employees table in Northwind database ? Thanks in Advance Dana
Hi Are you storing images in db or image only image name in db. It is easy if you store only image name and type in db. Thanks. Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Thanks for the reply. That examples follows the methods of showing from URL only
-
Hi Are you storing images in db or image only image name in db. It is easy if you store only image name and type in db. Thanks. Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
Hi rahul, The images are stored as Image DataType in SQL
-
Hi rahul, The images are stored as Image DataType in SQL
-
Hi rahul, The images are stored as Image DataType in SQL
Hi Don't store images into database, If you store the size of db become large and give application gives poor performance. Even though you want to store it into database this link will help you. http://www.beansoftware.com/ASP.NET-Tutorials/Images-Database.aspx[^] Another Linl Regards
People Laugh on me Because i am Different but i Laugh on them Because they all are same.