TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vamsi Krishna
1.5k
199
18k
converting integert to date format
Nov 3 2015 6:35 AM
Hi
i have month and year like
int lastpaidyear = Convert.ToInt32(lastpaidmonth.Rows[0][1].ToString()); ex:8
int lastpaismonth = Convert.ToInt32(lastpaidmonth.Rows[0][2].ToString());ex:2012
and
int selectmonth = Convert.ToInt32( ddlmonth.SelectedValue.ToString());ex:10
int selectyear = Convert.ToInt32( ddlyear.SelectedValue.ToString());ex:2015
now i want total month ?
please help me
Reply
Answers (
2
)
Advanced Search using textbox in C# Windows form application
ADO.Net connection in C#