----------------------------------------------------------- New Message on MumbaiUserGroup
----------------------------------------------------------- From: atrehan Message 2 in Discussion Hi, My name is Amit Trehan, i am new user in this group. I had just done the same functionality as you want, but i think u cant do that in asp:calendar. I had opted for a other way around, U can hide the title of the asp:calendar by using showTitle="False" and place a asp:label just at the top of the calendar and u can change the year as and when u need. A small problem that may oocur in your case is when u r using the previous and next button of asp:calendar. In this case when ever u r binding the data to tha calendar in DayRender event u can set the year in the label. lblYear.Text=CType(Today.Year,string) Another situation is when u r using the asp:button as next and previous button of calendar. In that case also u can set the year in label control. lblYear.Text=CType(Today.Year,string) ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
