S
shapper
Hello,
I need to create the following code in ASP.NET:
<ol>
<li>
<label for="name" class="required">Name:</label>
<input name="name" id="name" size="30" value="" type="text">
</li>
<li>
...
</li>
</ol>
Is this possible using ASP.NET server controls?
Thank you,
Miguel
I need to create the following code in ASP.NET:
<ol>
<li>
<label for="name" class="required">Name:</label>
<input name="name" id="name" size="30" value="" type="text">
</li>
<li>
...
</li>
</ol>
Is this possible using ASP.NET server controls?
Thank you,
Miguel