This question is locked. New answers and comments are not allowed.
Good day
I have prepared html code and I need me in your Html.Telerik (). DropDownList () to put an empty
that is, in the end should look like
tell me how to do this?
I have prepared html code and I need me in your Html.Telerik (). DropDownList () to put an empty
<option value="0" selected="selected">Your Age</option>that is, in the end should look like
<select name=""><option value="0" selected="selected">Your Age</option><option value="13">13</option><option value="15">15</option></select>tell me how to do this?