code for inserting images into gridview colomns from
database

Answers were Sorted based on User's Feedback



code for inserting images into gridview colomns from database..

Answer / badrinath

By using item template column in gridview control

Is This Answer Correct ?    4 Yes 1 No

code for inserting images into gridview colomns from database..

Answer / 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

code for inserting images into gridview colomns from database..

Answer / guest

Using BLOB

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What are custom controls?

0 Answers  


What is the difference between exe and dll?

0 Answers  


What is Response.Flush method ?

3 Answers   Keane India Ltd,


What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor

1 Answers   Icertis, Microsoft, Syntax Softtech,


What is the current version of asp.net?

0 Answers  






Which tool you have done?

0 Answers  


Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?

3 Answers   TCS, Wipro,


Explain the different types of directives in .net?

0 Answers  


Define resource files.

0 Answers  


What is Assembly?

3 Answers   Inspira Technologies,


How does session state work in asp.net?

0 Answers  


How would you enable impersonation in the web.config file?

0 Answers  


Categories