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
Beavon Oigazy
NA
9
4.9k
Using Comand (%LIKE%) to check data in the column
Jan 28 2016 7:48 AM
Hello C# Corner,
I want to check out data using Command (%LIKE%) before/after the Name of the Table Column to check out the so it give out the display after checking
this is my Code:
response = dr[(
I want to use %Like% command at this table column)"
Subscription_Type"].ToString();
if (response == Subscription_Standard)
{
label2.Text = "SE";
}
else if (response == Subscription_Professional)
{
label2.Text = "PE";
}
Possible someone to help me with code or explanation
Thanks
beavon
Reply
Answers (
2
)
sql server create database error
How to use two identity column in one table in sql server