Asp Control ASP.Net

<%@ Page Language=VB Debug=true %>


Setting Custom Previous and Next Month Text in the Calendar Control



Select a Date



    id="Mycal" 
    runat="server"
    cellpadding="3"
    cellspacing="3"
    nextprevformat="CustomText"
    nextmonthtext="Next"
    prevmonthtext="Prev"
/>