Bonjour,
Je voudrais récupérer dans un script ASP.net, les valeurs d'un formulaire HTML.
Voici le formulaire:
<span class="text2"><strong>Nom Employé : </strong>
<input id="Nom_Employe" style="TEXT-ALIGN: center" type="text" name="Nom_Employe" />
</span>
<br />
<br />
<span class="text2"><strong>Date de Début : </strong>
<input id="DateDebut" style="TEXT-ALIGN: center" onfocus="show_calendar('DateDebut','jj,mm,aaaa')" readonly="readonly" type="text" value="Choisir une Date" name="DateDebut" />
</span>
<br />
<span class="text2"><strong>Date de Fin : </strong>
<input id="DateFin" style="TEXT-ALIGN: center" onfocus="show_calendar('DateFin')" readonly="readonly" type="text" value="Choisir une Date" name="DateFin" />
</span>
Si qq'un sait comment on fait, peut-il me donner la méthode.
Merci d'avance