Click here to Skip to main content
15,888,048 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi in my project am using calender control and six labels

when i selcet date between sunday to saturday tat week dates should display in lable from monday to saturday..
like in lable i set id for lblMonday....etc

and is it possible to display date in label like this..??


can any one help me how to do this..
thank you..
Posted
Updated 5-Dec-12 19:07pm
v5

1 solution

Label1.Text="";
Label1.Text+=Calander1.SelectedDates.ToString();
 
Share this answer
 
v2
Comments
ythisbug 5-Dec-12 7:02am    
thank you..but this i used before..it will disply same dates in all labels..i want to dispay mondy date in mondays label..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900