Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to make tooltip stay longer Pin
Stefan Troschuetz5-Feb-07 10:46
Stefan Troschuetz5-Feb-07 10:46 
AnswerRe: How to make tooltip stay longer Pin
Luc Pattyn5-Feb-07 11:09
sitebuilderLuc Pattyn5-Feb-07 11:09 
QuestionTreeView images not showing correctly Pin
Ken Soukup5-Feb-07 9:46
Ken Soukup5-Feb-07 9:46 
AnswerRe: TreeView images not showing correctly Pin
Judah Gabriel Himango5-Feb-07 10:09
sponsorJudah Gabriel Himango5-Feb-07 10:09 
GeneralRe: TreeView images not showing correctly Pin
Ken Soukup6-Feb-07 7:45
Ken Soukup6-Feb-07 7:45 
Questionproblem with Properties.Settings.Default to access settings in C# windows application Pin
red60mans5-Feb-07 9:36
red60mans5-Feb-07 9:36 
AnswerRe: problem with Properties.Settings.Default to access settings in C# windows application Pin
Ware@Work5-Feb-07 10:37
Ware@Work5-Feb-07 10:37 
QuestionSimple Databinding to Datarow - values not updating??? Pin
TheTinSoldier5-Feb-07 9:29
TheTinSoldier5-Feb-07 9:29 
Hi, I have a loop that is populating label controls from a Datatable. If I simple bind the datarow to the labels' Text property, when I update the Datatable I expected the changes to be reflected in the label. This is true if I bind the the table directly.

// this shows the correct values but they don't update when I update the data in the table<br />
...<br />
templabel.DataBindings.Add("Text", dt.Rows[i], "state");<br />
...


// when I bind directly to the table, updating the table does reflect the changes. But this option is no good as all my label controls have the same values.<br />
...<br />
templabel.DataBindings.Add("Text", dt, "state");<br />
...


Thanks!
QuestionUpdating multiple tables Pin
ArturNOW5-Feb-07 9:08
ArturNOW5-Feb-07 9:08 
AnswerRe: Updating multiple tables Pin
Ware@Work5-Feb-07 11:20
Ware@Work5-Feb-07 11:20 
GeneralRe: Updating multiple tables Pin
ArturNOW5-Feb-07 21:37
ArturNOW5-Feb-07 21:37 
GeneralRe: Updating multiple tables Pin
Ware@Work6-Feb-07 5:55
Ware@Work6-Feb-07 5:55 
GeneralRe: Updating multiple tables Pin
ArturNOW6-Feb-07 6:41
ArturNOW6-Feb-07 6:41 
QuestionHow to set Property description? Pin
kmuthuk5-Feb-07 9:05
kmuthuk5-Feb-07 9:05 
AnswerRe: How to set Property description? Pin
Pete O'Hanlon5-Feb-07 9:25
mvePete O'Hanlon5-Feb-07 9:25 
GeneralRe: How to set Property description? Pin
kmuthuk5-Feb-07 10:30
kmuthuk5-Feb-07 10:30 
AnswerRe: How to set Property description? Pin
Luc Pattyn5-Feb-07 9:57
sitebuilderLuc Pattyn5-Feb-07 9:57 
GeneralRe: How to set Property description? Pin
kmuthuk5-Feb-07 10:29
kmuthuk5-Feb-07 10:29 
GeneralRe: How to set Property description? Pin
Luc Pattyn5-Feb-07 11:01
sitebuilderLuc Pattyn5-Feb-07 11:01 
QuestionUnit Testing of web page loading Pin
sreecahitu5-Feb-07 8:17
sreecahitu5-Feb-07 8:17 
AnswerRe: Unit Testing of web page loading Pin
ednrgc5-Feb-07 8:28
ednrgc5-Feb-07 8:28 
GeneralRe: Unit Testing of web page loading Pin
sreecahitu5-Feb-07 8:35
sreecahitu5-Feb-07 8:35 
GeneralRe: Unit Testing of web page loading Pin
ednrgc5-Feb-07 8:46
ednrgc5-Feb-07 8:46 
AnswerRe: Unit Testing of web page loading Pin
Judah Gabriel Himango5-Feb-07 9:46
sponsorJudah Gabriel Himango5-Feb-07 9:46 
AnswerRe: Unit Testing of web page loading Pin
VirtualVoid.NET6-Feb-07 3:33
VirtualVoid.NET6-Feb-07 3:33 

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.