Click here to Skip to main content
15,897,371 members

Comments by Manish Pawar (Top 2 by date)

Manish Pawar 12-Feb-15 3:58am View    
Html.DropDownListFor(Function(model) model.nDepartmentID, New List(Of SelectListItem)() From {New SelectListItem() With {.Value = "0", .Text = "Plese Select one Item"}}.Concat(model.nDepartmentID.[Select](Function(model) New SelectList(ViewBag.txt, "Value", "Text")))) will this work
Manish Pawar 28-Jan-15 3:31am View    
I tried to store result of the select query in data set
and now i want to display the result on the view