Click here to Skip to main content
16,014,838 members

Comments by Asif_Aziz (Top 15 by date)

Asif_Aziz 21-May-17 2:34am View    
I have added the solution
Asif_Aziz 21-May-17 2:33am View    
The issue is resolved
Asif_Aziz 5-Apr-17 7:56am View    
Please also give me code for DropDownListFor code if it is possible and easy for you. thanks a lot for helping.
Asif_Aziz 5-Apr-17 7:54am View    
thanks, I have made some changes in your code and now it is working perfect
@Html.DropDownList("Distric", new SelectList(Model.Select(k => k), "MonitoringId","Distric"), "Select Distric")
Asif_Aziz 5-Apr-17 6:11am View    
public long MonitoringId { get; set; }