nayeem babu

nayeem babu

  • NA
  • 5
  • 0

How to create html select control in asp.net with C#

Sep 21 2011 5:50 AM
Hi,
I want to create a html select control in asp.net in codebehind like

<select id="select1">
        <option value="value1"> Item 1 </option>
        <option value="value2"> Item2 </option>
</select>

How can i create this select control in asp.net using c#. please help me...

Answers (1)