How to use a list control and a pop up calendar together?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
In a DataList, when the user clicks on the Edit button, a cell (TableCell) and a link are created at runtime. When the user clicks on the link, a calendar pops up. It closes itself when the user clicks on a date. My problem is that I don't know how to populate the cell with the date that the user chooses from the calendar. I can, however, get the date from the calendar to populate the text outside the datalist. I'd be appreciate if you coud show me some samples on how to achieve this. Thanks. The problem here is i am able to populate the textbox outside the datalist but not inside a datalist.
frossie