I have two problems programming on asp.net
1). I have a datapicker which works well when inserting dates and also to show them in tables, but the problem arises when I want to show the date from the database to the datapicker, I have assigned the variable in many possible ways but also not take the corresponding date and it remains without format, I leave sample images.
2). Create a modal window and everything very well, I used it to insert data, to edit and everything works, the modal window opens when you click on a button that contains an id and calls a function js which brings the content to the body of the modal window also by an id and the content is a form view, all right up to here, now I need to use Javascript within this modal window and it does not work for me, I tried the script outside the window mod and if they worked, there is problems to use js in modal windows? Or what could have happened? The script is fine, does anyone know if there is any specific way to use js in modal windows?