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
ELAVARASAN WIN
NA
3
3.5k
concatenate two column but search made first column only
Oct 1 2013 5:39 AM
cmd = new SqlCommand("select longdesc from codefinder where code like '%"+ lblCodeList.Text+ "%'", con);
dr = cmd.ExecuteReader();
while (dr.Read())
{
ldtxt.Text = dr["longdesc"].ToString();
} dr.Close();
Reply
Answers (
1
)
aspx form textbox values to word.dot bookmark
insertion in disconnected environment