SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Oct 24, 2006, 10:57 #1
- Join Date
- Feb 2002
- Location
- Midwest
- Posts
- 4
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Display BLOB Images: ASP.NET/SQL/Dreamweaver 8
Does anyone know of an application that integrates with Dreamweaver to allow me to work with blob images from a SQL database and put them in an ASP.NET page?
I'm really in need of a solution as quickly as possible.
-
Oct 24, 2006, 11:48 #2
- Join Date
- May 2003
- Location
- Washington, DC
- Posts
- 10,653
- Mentioned
- 4 Post(s)
- Tagged
- 0 Thread(s)
First thing: don't use dreamweaver for ASP.NET. It is the wrong sort of development environment.
Second, I am not really certain what you are asking, do you want to manipulate the images in the database? Or make a http handler to pull the images from the database?
-
Oct 24, 2006, 15:30 #3
- Join Date
- Jul 2001
- Location
- Scotland
- Posts
- 4,836
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I'll second Wyatt on the Dreamweaver comment! Have a look at the Visual Studio .NET Express products, far better suited. You can get Visual Web Developer here: http://msdn.microsoft.com/vstudio/express/vwd/download/
Bookmarks