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
Explain how cookies work. Give an example of cookie abuse.
How do you open a page in a new window?
What websites use asp.net?
Explain cookies with example.
What are the types of validation in asp net?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Can asp.net work on an nt server?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Explain file-based dependency and key-based dependency.
Can a master page have more than one contentplaceholder?
Which validator control you use if you need to make sure the values in two different controls matched?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What are query strings used for?
Describe the difference between inline and code behind - which is best in?
How is the asp.net mvc architecture different from others? : asp.net mvc