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
yesubabu k
1.1k
644
62.6k
timed out error
Mar 13 2018 4:48 AM
SqlConnection con = new SqlConnection(connectionstring);
SqlCommand cmd = new SqlCommand(sqlQuery, con);
cmd.Connection.Open();
cmd.CommandTimeout = 999999999;
SqlDataAdapter sqlDA = new SqlDataAdapter(cmd);
sqlDA.Fill(dt);
cmd.Connection.Close();
Reply
Answers (
13
)
How to amount value to words view
how to get equivalent data from windows application to web