Hi i need to show a list of data using viewbag.but i am not able to do it. Please Help me.. I tried this thing:
ICollection list = ne
This is what i did and It worked...
C#
ViewBag.DisplaylList = listData;
javascript
var dispalyList= @Html.Raw(Json.Encode(this.ViewBag.DisplaylList)); for(var i=0;i
}