Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calendar issue

Status
Not open for further replies.

jgraves13

Programmer
Jan 31, 2007
42
0
0
US
jgraves13 (Programmer) Jun 18, 2007
I have a form that I created with an image button. This image button is a calendar image that calls a calendar popup. I do not know how to make the calendar change when I select any month from a dropdown box. Can someone show me what I need to due to implement this.

I have found this link, but I am not sure how to utilized it to make it work for me.


Thank you in advance.
JG
 
Well if your calendar has a drop down list attached, then set the calendar onchanged event, and in that method, you need something along the lines of

myCalendar.Month = int32.parse(ddl.Selecteditem.value)

hth

k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top