code for inserting images into gridview colomns from
database
Answer Posted / ankit goel
It can be done in two ways.
*First we maintain a table in database which have a column
which would have image path on the server.
*Second way to write byte in database for that you have to
make byte[] object write in it first through making a class
by using Input stream class.
E.g
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What language is asp.net written in?
What is form method?
What is the use of session in web application?
What is master page in dtp?
How does a content page different from a master page?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is the difference between client-side and server-side validations in ASP.NET?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What permissions do asp.net applications posses by default?
What is application Object?
Can we handle the error and redirect to some pages using web.config?
Which object encapsulates state or data of a user?
What is synchronous and Asynchronous post back ?
What is application session?
What are the media types of http requests and response?