I have three dropdown for Day,Month,Year
in each dropdown i added these lines of code
ddlDay.Items.FindByValue(System.DateTime.Now.AddDays(-1).Day.ToString()).Selected = true;
but i want to show it as
DD selected as in dropdown Day
MM selected as in dropdown Month
YYYY selected as in dropdown Year
I also use
these lines to each drop down but it not working
Pls help me..Thanks in Advance
Mohan ArumugamPosted Apr 15, 2018, 11:50 PM
Soumya PsPosted Apr 16, 2018, 12:30 AM
Mohan ArumugamPosted Apr 15, 2018, 11:50 PM