I have used a list control with MySQL. I set the Data Value Field to the primary key in the data table. This lets the user select a saved record in the table.
When using the Asp.Net calendar control, there is no Data Value Field for the control. I tried putting one in the HTML but it does not work. It seems that I can only bind the control to a date.
Is there any way to bind the calendar control to the primary key as an integer in the database?
Go to the complete details ...