Click here to Skip to main content
15,921,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
CSS
<fieldset>
<legend>Generate Link</legend>


 @Html.LabelFor(model => model.AlbumId, "Please Album Name")
@Html.DropDownListFor(m => m.albums, Model.albums, "Please Select", new { @id = "albums", @class = "state", @onchange = "javascript:GetSongs(this.value);" })
<br />
@Html.LabelFor(model => model.SongId, " Please Select Song ")

<select id="ddlsongs" name="ddlsongs" class="state" ></select>
<br />
<input name="songname" type="submit" class="button1" value="Click to generate link"/>
</fieldset>
Posted
Updated 3-Mar-14 0:01am
v2
Comments
Charan_Kumar 3-Mar-14 0:03am    
try using html helpers

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900