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
eddy uk
NA
16
0
Dynamic conditions
Jun 17 2010 12:20 AM
Hello.
I have a small software where i need to retrieve a conditional string from database and then check this condition in code.
For instance, i store in database string like this:
x>9&&y==1
In code, I want to replace x and y with values, for instance:
x=5
y=1
and then execute
if(5>9&&y==1)
// do something
Anyone have an idea how to do so?
Thanks in advanced!
Reply
Answers (
2
)
C# Exception error question
ToolStripMenuItem: Trying to create a Control for a ToolStripMenuItem...