Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: Type.type isSubClassOf(SqlDataAdapter) Pin
AndieDu28-Jul-08 15:00
AndieDu28-Jul-08 15:00 
QuestionUsing a font without installing it Pin
Jon8127-Jul-08 13:00
Jon8127-Jul-08 13:00 
AnswerRe: Using a font without installing it Pin
leppie27-Jul-08 20:54
leppie27-Jul-08 20:54 
GeneralRe: Using a font without installing it Pin
Thomas Stockwell28-Jul-08 1:41
professionalThomas Stockwell28-Jul-08 1:41 
QuestionHow to store images and retrive them to Data Grid View in database C#? Pin
nonstopfun27-Jul-08 10:44
nonstopfun27-Jul-08 10:44 
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 

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.