| | |
Calendar control
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
Select Calendar control and set SelectionMode property to DayWeek or DayWeekMonth.
You can use DateDiff function Here is the sample:
If you need to count days in Caledar control than simply add this in SelectionChanged event od the Calendar control:
Hope it helps.
•
•
•
•
2-how many days between 2 dates? how can u calculate it?
example :
10/10/2006 - 12/10/2006 there is 1 day between those 2 dates.
thanks
DateDiff(DateInterval.Day, MyFirstDate, MyLastDate)-1If you need to count days in Caledar control than simply add this in SelectionChanged event od the Calendar control:
ASP.NET Syntax (Toggle Plain Text)
Me.Calendar1.SelectedDates.Count
Hope it helps.
Last edited by ManicCW; Oct 11th, 2006 at 10:33 am.
![]() |
Similar Threads
- Retrieving dates from a dataset (Month Calendar) (VB.NET)
- calendar control (VB.NET)
- ActiveX Calendar Control Help =\ (VB.NET)
- Retrieving dates from a dataset (Month Calendar) (Community Introductions)
- I want to Edit Calendar Class in ASP.NET (ASP.NET)
- Edit Calendar (ASP.NET)
- Help with creating a Calendar!! (Visual Basic 4 / 5 / 6)
Other Threads in the ASP.NET Forum
- Previous Thread: clear form data
- Next Thread: Debug Settings???????
Views: 3216 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 activexcontrol advice ajax asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox child class click compatible confirmationcodegeneration content contenttype countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdown dropdownmenu dynamic edit feedback flash flv folder form forms google grid gridview homeedition hosting identity iframe iis index javascript jquery list maps menu mono mssql multistepregistration nameisnotdeclared object objects order problem profile ratings refer rotatepage save search security serializesmo.table session silverlight smartcard sql suse textbox tracking typeof unauthorized update validation vb vb.net video view virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment wizard xml





