Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
how to set fix day and month but year is selected from cmbbo
Pooja Zol
10y
1k
1
Reply
int year = Convert.ToInt16(cmbtoyear.SelectedItem.ToString());
int month = 3;
int day1 = 31;
DateTime finaldate = new DateTime(month,day1,year);
it show error plz help to solve this.......
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to display a div on mouseover an imagebutton
Converting Byte Array to Integer Array