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
prisilla jayaraj
NA
35
102.1k
sqldatareader
Feb 27 2011 9:20 AM
SqlDataReader odr1 = cmd1.ExecuteReader();
if (odr1.Read() == true)
{
ids += odr1[0].ToString();
}
string dr = ids.ToString();
please explain what is meaning of this code?what is the use datareader?
Reply
Answers (
1
)
Combination
dynamically add controls