hi experts,
actualy i need your help here.
i'm working in a website and i'm facing two problems.
the first one is that i want to display today date when no date is selected (an if statement)
the second one is that i have 2 drop down list and i want to use also an if statement so when the value of the first drop down list is choosed display a message and when the value of the second drop down list is choosed display another message.
the senario of the first one is:
If selecteddate is false
calendar1.selec teddate = datetime.now
i was unable to find the right if statement.
for the second one is :
if Commdrop is selected
label.text = " message"
if sitedrop is selected
label.text = " message"
thanks for your time.
actualy i need your help here.
i'm working in a website and i'm facing two problems.
the first one is that i want to display today date when no date is selected (an if statement)
the second one is that i have 2 drop down list and i want to use also an if statement so when the value of the first drop down list is choosed display a message and when the value of the second drop down list is choosed display another message.
the senario of the first one is:
If selecteddate is false
calendar1.selec teddate = datetime.now
i was unable to find the right if statement.
for the second one is :
if Commdrop is selected
label.text = " message"
if sitedrop is selected
label.text = " message"
thanks for your time.
Comment