Click here to Skip to main content
15,924,195 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to store images and retrive them to Data Grid View in database C#? Pin
Christian Graus27-Jul-08 11:23
protectorChristian Graus27-Jul-08 11:23 
AnswerRe: How to store images and retrive them to Data Grid View in database C#? Pin
nelsonpaixao28-Jul-08 13:50
nelsonpaixao28-Jul-08 13:50 
AnswerRe: How to store images and retrive them to Data Grid View in database C#? Pin
Zafar Sultan28-Jul-08 19:01
Zafar Sultan28-Jul-08 19:01 
create a folder in your application folder and store images into that instead of storing them into database, in your database store that image's URL.Now to retrieve them in gridview control bind the gridview's column using Eval method.

for example

in between <asp:gridview xmlns:asp="#unknown">....
<asp:image runat="server" id="myimage" imageurl="<%#Eval(" your="" image="" url="" ")#%&gt;"="" xmlns:asp="#unknown">

use all those formatting like columns and itemtemplates and all the stuff this is just a clue,so obviously a bit messy but if u don't understand ask anything... Smile | :)
QuestionRemote Connection (SQL Server) Pin
mehrdadc4827-Jul-08 9:24
mehrdadc4827-Jul-08 9:24 
QuestionRe: Remote Connection (SQL Server) Pin
Paul Conrad27-Jul-08 9:59
professionalPaul Conrad27-Jul-08 9:59 
AnswerRe: Remote Connection (SQL Server) Pin
Wendelius27-Jul-08 10:35
mentorWendelius27-Jul-08 10:35 
QuestionCalling two ethods in a button click action Pin
WebMaster27-Jul-08 8:29
WebMaster27-Jul-08 8:29 
AnswerRe: Calling two ethods in a button click action Pin
Guffa27-Jul-08 8:52
Guffa27-Jul-08 8:52 
AnswerRe: Calling two ethods in a button click action Pin
Christian Graus27-Jul-08 10:14
protectorChristian Graus27-Jul-08 10:14 
QuestionDatabase with MS Acess Pin
benjamin yap27-Jul-08 4:58
benjamin yap27-Jul-08 4:58 
AnswerRe: Database with MS Acess Pin
Paul Conrad27-Jul-08 5:45
professionalPaul Conrad27-Jul-08 5:45 
GeneralRe: Database with MS Acess Pin
benjamin yap27-Jul-08 6:02
benjamin yap27-Jul-08 6:02 
GeneralRe: Database with MS Acess Pin
Paul Conrad27-Jul-08 6:05
professionalPaul Conrad27-Jul-08 6:05 
GeneralRe: Database with MS Acess Pin
benjamin yap27-Jul-08 6:07
benjamin yap27-Jul-08 6:07 
GeneralRe: Database with MS Acess Pin
Paul Conrad27-Jul-08 6:10
professionalPaul Conrad27-Jul-08 6:10 
GeneralRe: Database with MS Acess Pin
benjamin yap27-Jul-08 6:12
benjamin yap27-Jul-08 6:12 
GeneralRe: Database with MS Acess Pin
Paul Conrad27-Jul-08 6:22
professionalPaul Conrad27-Jul-08 6:22 
Questionread Priv1.edb Pin
mohammadser27-Jul-08 4:30
mohammadser27-Jul-08 4:30 
AnswerRe: read Priv1.edb Pin
DaveyM6927-Jul-08 5:05
professionalDaveyM6927-Jul-08 5:05 
Questionstring.writeline format Pin
George_George27-Jul-08 3:59
George_George27-Jul-08 3:59 
AnswerRe: string.writeline format Pin
User 665827-Jul-08 4:27
User 665827-Jul-08 4:27 
GeneralRe: string.writeline format Pin
George_George27-Jul-08 16:45
George_George27-Jul-08 16:45 
QuestionToolBox Icon - VS2008 Pin
DaveyM6927-Jul-08 3:52
professionalDaveyM6927-Jul-08 3:52 
GeneralRe: ToolBox Icon - VS2008 Pin
DaveyM6928-Jul-08 0:21
professionalDaveyM6928-Jul-08 0:21 
Questionaccessing hardware information Pin
Seyyed Hossein Hasan Pour27-Jul-08 2:18
Seyyed Hossein Hasan Pour27-Jul-08 2:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.