Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: Start real training Pin
Christian Graus29-Jan-06 11:46
protectorChristian Graus29-Jan-06 11:46 
QuestionGraphics.CopyFromScreen() Pin
Dario Solera29-Jan-06 6:29
Dario Solera29-Jan-06 6:29 
AnswerRe: Graphics.CopyFromScreen() Pin
James Gupta29-Jan-06 6:38
professionalJames Gupta29-Jan-06 6:38 
GeneralRe: Graphics.CopyFromScreen() Pin
Dario Solera29-Jan-06 6:45
Dario Solera29-Jan-06 6:45 
QuestionNo Form Titlebar hack / VS 2005 ONLY Pin
jadedgeek29-Jan-06 6:25
jadedgeek29-Jan-06 6:25 
QuestionCP Functionality Request Pin
jadedgeek29-Jan-06 6:13
jadedgeek29-Jan-06 6:13 
AnswerRe: CP Functionality Request Pin
Ravi Bhavnani29-Jan-06 9:25
professionalRavi Bhavnani29-Jan-06 9:25 
Questionpicturebox binding Pin
balkang29-Jan-06 5:58
balkang29-Jan-06 5:58 
Hello,

I want to keep the personal details including a picture of a user and store this information in a database and display later.

I binded the textboxes to a datatable but could not bind the picturebox and the image.
I tried the code below.. How can I handle that??

string selectStudent = "SELECT * FROM Students "; daStudent = new SqlDataAdapter(selectStudent, conn); dsStudent = new DataSet();

cbStudent = new SqlCommandBuilder(daStudent);

daStudent.Fill(dsStudent, "Students");

pictureBox.DataBindings.Add("Byte[]", dsStudent, "Students.Photo");

AnswerRe: picturebox binding Pin
tarasn29-Jan-06 21:34
tarasn29-Jan-06 21:34 
QuestionTable Adapter is not really updating the database Pin
emran83429-Jan-06 5:35
emran83429-Jan-06 5:35 
QuestionMultiple selection listview - how to tell which item was selected last Pin
shubi29-Jan-06 5:08
shubi29-Jan-06 5:08 
AnswerRe: Multiple selection listview - how to tell which item was selected last Pin
S. Senthil Kumar29-Jan-06 8:30
S. Senthil Kumar29-Jan-06 8:30 
GeneralRe: Multiple selection listview - how to tell which item was selected last Pin
michaelbaylon30-Jan-06 3:58
michaelbaylon30-Jan-06 3:58 
Questionupdate problem Pin
kings_129-Jan-06 3:18
kings_129-Jan-06 3:18 
QuestionWaitForExit() Give me Error ( Another installation is in Progress ) Pin
Amal ElHosseiny29-Jan-06 2:24
Amal ElHosseiny29-Jan-06 2:24 
QuestionDelete Temporary Internet Files using c# Pin
realmontanakid29-Jan-06 1:58
realmontanakid29-Jan-06 1:58 
AnswerRe: Delete Temporary Internet Files using c# Pin
Guffa29-Jan-06 2:55
Guffa29-Jan-06 2:55 
GeneralRe: Delete Temporary Internet Files using c# Pin
realmontanakid29-Jan-06 3:05
realmontanakid29-Jan-06 3:05 
AnswerRe: Delete Temporary Internet Files using c# Pin
Guffa29-Jan-06 3:40
Guffa29-Jan-06 3:40 
AnswerRe: Delete Temporary Internet Files using c# Pin
usernamed29-Jan-06 9:42
usernamed29-Jan-06 9:42 
AnswerRe: Delete Temporary Internet Files using c# Pin
tarasn29-Jan-06 3:48
tarasn29-Jan-06 3:48 
QuestionISDN control through C# Pin
Mustafa Ismail Mustafa28-Jan-06 22:39
Mustafa Ismail Mustafa28-Jan-06 22:39 
QuestionVoice Chat,Audio Streaming Pin
User 209307328-Jan-06 20:42
User 209307328-Jan-06 20:42 
AnswerRe: Voice Chat,Audio Streaming Pin
Dario Solera29-Jan-06 6:37
Dario Solera29-Jan-06 6:37 
GeneralRe: Voice Chat,Audio Streaming Pin
User 209307330-Jan-06 1:03
User 209307330-Jan-06 1:03 

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.