public class ImageHandler : IHttpHandler
- by Ken
cmd.Parameters.AddWithValue("@id", new system.Guid (imageid));
What using System reference would this require?
Here is the handler:
using System;
using System.Collections.Specialized;
using System.Web;
using System.Web.Configuration;
using System.Web.Security;
using System.Globalization;
using System.Configuration;
using…