Here is a code to store month value in variable. string month = Calendar1.SelectedDate.Month.ToString();
Response.Write(month.ToString()); On 5/18/09, sam <[email protected]> wrote: > > > Hello friends, > > I am creating a form where i use a Calendar Control.Now i want that > when user select a date,month and year its store in a variable. > can anybody tell me how to store selected date in variable. > > Thanx, > Sam > -- Hozefa Unwala
