Click here to Skip to main content
15,907,687 members

Comments by Member 8614787 (Top 29 by date)

Member 8614787 22-Mar-12 6:03am View    
Thanks for your code it's working now thanks for spend your time to me,,

Thanks,
Member 8614787 22-Mar-12 5:26am View    
can you give code to me i am not idea about this one anyway i get the output is no of days in the month can you help me
Member 8614787 22-Mar-12 5:15am View    
hi,

ya this above code is working correct, but my requirments is enter the value in runtime only inside textbox i give input is 2012,4 means display the no of days in next textbox(30) i think clear my requirments..
Member 8614787 22-Mar-12 5:02am View    
Hi I used this code but i got error Following error (Month must be between one and twelve.Parameter name: month) this is my code

Dim year As Integer
Dim month As Integer
Dim days As Integer = System.DateTime.DaysInMonth(year, month) //(Month must be between one and twelve.Parameter name: month)
TextBox7.Text = days
Member 8614787 21-Mar-12 6:25am View    
Thanks for your reply i am correct my error it's working now

Thanks,