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 can you apply a theme to your asp.net application?
Define the types of configuration files.
What does the orientation property do in a menu control?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Explain asp.net page life cycle?
What are the asp.net list controls and difference between them?
How can exception be handled with out the use of try catch?
What are the built-in objects in asp.net?
What is authentication in asp.net?
How does output caching work in ASP.NET?
How Can assign alias name for ASP.NET Web API Action?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Differentiate strong typing and weak typing
Why session is used in asp.net?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?