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 is pre-init event in ASP.NET 2.0 page life cycle?

2 Answers   Fulcrum Logic,


Explain the role of global.asax?

0 Answers  


Explain the main differences between asp and asp.net?

0 Answers  


Explain what is an assembly?

0 Answers  


Types of session management in ASP.NET?

1 Answers   Microsoft,






Explain about consistent programming model in the .NET framework?

0 Answers  


Differentiate globalization and localization.

0 Answers  


What are the page level transaction and class level transaction?

1 Answers   Satyam,


How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1

1 Answers  


What is a user developed application?

0 Answers  


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


Categories