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
Vikas Ahlawat
NA
564
817k
how to concatenate string?
Mar 2 2010 6:42 AM
public static string sqlquary;
sqlquary = "Select * from Student_Fee_Payment_Detail where";
if (radioButton1.Checked == true)
{
sqlquary = sqlquary + "class";
}
MessageBox.Show(sqlquary);
how can i do under if statement. that it show effict.
Reply
Answers (
10
)
What is my mistake?
StripChart recorder image scaling