Hi
In below dropdown i want only Date should appear .
ddlDates.DataTextField = "Dates";
ddlDates.DataValueField = "DateID";
ddlDates.DataSource = Result;
ddlDates.DataBind();
Thanks
Hi
In below dropdown i want only Date should appear .
ddlDates.DataTextField = "Dates";
ddlDates.DataValueField = "DateID";
ddlDates.DataSource = Result;
ddlDates.DataBind();
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Sep 18, 2022, 5:23 PM
Try this.