c# form navigation
in my project i have a date time picker . when i clicked on data time picker a password form will be asked if it is correct next operation will continued .how to create it.
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.
Akhil MittalPosted Jun 13, 2014, 12:23 AM
Onselect of datetime picker, make that password form visible in a popup.You can use jQuery's blockUI library to show your hidden form in popup.Thereafter perform the password check operation.
Code for datepicker select is,