How to show last item of dropdown list in first postion and remaning are same...in MVC using viewbag.
ViewBag.City_Id = new SelectList(this.db.Cities.AsEnumerable(), "City_Id", "City_Name", null);
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Jul 24, 2017, 7:11 AM
Dr.Ajay KashyapPosted Jul 24, 2017, 7:03 AM
Rajkiran Swain sir this is not a answer.....
Rajkiran SwainPosted Jul 24, 2017, 6:46 AM