Use Popup Calendar to populate textbox in FormView InsertItemTemplate
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I want to include a Popup Calendar in a FormView InsertItemTemplate or EditItemTemplate. I then want to populate a textbox within the template with the selected calendar date. Can anyone help? Thanks. Maj
May be your best bet would be to use a regular text input, and when you have your post, grab the value from the request information. I've done it this way all the time due to the id's that are given to controls inside a datagrid, that I think you are aware of. daniero