TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
lauren brown
NA
33
93.4k
Make the fonts bigger
Feb 24 2011 11:19 PM
Hi experts, I would like to make the fonts bigger for the following codes, when the time is being retrieve out.
Thanks in advanced!
//generate time column from database
SQL row = new SQL();
DataTable lambo = row.schooltimeId();
DataRow[] dr = new DataRow[lambo.Rows.Count];
for (int i = 0; i < lambo.Rows.Count; i++)
{
dr[i] = table.NewRow();
dr[i][keys[0]] = lambo.Rows[i][0] + ConfigurationSettings.AppSettings["DASH"] + lambo.Rows[i][1];
table.Rows.Add(dr[i]);
}
Reply
Answers (
3
)
visual studio.net
MS ACCESS DB help