Programmatically Creating fieldset, ol/ul and li tags in ASP.Net, C#
- by Matt
Hi,
I need to write an ASP.Net form which will produce the following HTML:
<fieldset>
<legend>Contact Details</legend>
<ol>
<li>
<label for="name">Name:</label>
<input id="name" name="name" class="text" type="text" />
</li>
<li>
<label for="email">Email…