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 is the part of url?
Can we use MSSql as backend in asp.net...if yes then How.?
Will the asp.net validators run in server side or client side?
How should I destroy my objects in asp.net?
Explain the asp.net mvc folder conventions? : asp.net mvc
Define viewstate in .net?
What are the different web pages?
Define web.config in .net?
What is globalization and localization in asp net?
Do you know caching feature?
What is asp.net web pages?
Whats the difference between abstract factory pattern and factory pattern?
Can master pages be nested?
What is the difference between session object and application object?
What is a url string?