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
How do you do Client-side validation in .Net?
What is the file extension of web service?
What is caching in asp.net?
Describe paging in asp.net?
What is difference between web api and web services?
Explain the steps needed to be performed in order to create an animation in xaml?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Explain different types of Caching techniques in ASP.NET?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is difference between session and application in asp net?
How can you register a custom server control to a web page?
What is mvc in asp.net tutorial? : Asp.Net MVC
How to Separate background image and front image from original picture....
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Explain the server control events of asp.net ?