In Asp.net (c#) ,how to store an image in database(linq to sql) ?
- by Anand
i need to get an image from client and displayed(preview) before saving it into database..and then should be saved in database after getting preview..?
Is is possible in Asp.net using c#... ?