What is the basic difference between OnSelectionChanged & OnDayRender of <asp:Calendar>
Instead of down-voting please try to answer my question as in future this will be useful for the new programmers like me.
thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SelectionChangedis an event which is triggered when the User has selected a day, a week, or an entire month by clicking the date selector controls.DayRenderis an event which is triggered when ASP.NET has rendered a day of the calendar on serverside.