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
Abdu Rafeeq
NA
113
264.7k
Display Please waite message
Apr 16 2011 2:26 AM
i want to display please wait message while running in c#.Iam tried to display the message, but it not display.
I put the code
label.text="Please wait....";
it display after the program running. Iwant to disply this message between the running
Code sample below
label.text="Please wait....";
string
bakup =
"BACKUP DATABASE "
+ myCurDbName +
" TO DISK='C:\\temp\\"
+ myCurDbName +
".bak"
+
"'"
;
myDbTask.ExecuteNonQuery(bakup);
Application is Windows based, not web
Reply
Answers (
4
)
UPDATING in database
Singly linked list to store integers