{
bitmap img = new bitmap(fileupload1.posted file .filename);
grapics grp = grapics.fromimage(img);
grp.smoothingmode=smoothingmode.AntiAlias;
grp.drawstring("dani web")new font ("verdananna",20),systembrush.windowtext,2,2);
Response.contentType="image/jpeg";
img.save(Response.Ouyputstream,img.Raw Format));
}
By using the above coding i have insert the text to image , but i don't know how to upload that
text contain image to database, i want to save that image as a binary in database ,,,
reply as soon as possible ..