SyntaxFix
Write A Post
Hire A Developer
Questions
I used this to retrieve data from MySql Database:
AccessText a = new AccessText(); a.Text=reader[1].ToString(); // MySql reader a.Width = 70; a.TextWrapping = TextWrapping.WrapWithOverflow; labels[i].Content = a;