ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I don't know create file upload image, and using datagrid retrieve image from upload folder,
and in SLQ MS 2000, image datatype is varchar(link image) or image(binary). help me, choice .
uhhhh what? Are you saying you have the binary data stored in a SQL database and you need to know how to recreate the file for the user?? if this is the case, you need to send the image data to the output stream and set the proper MIME content-type and send that out to the user as well.
"The one language all programmers understand is profanity."