Hi All,
I am implementing one small apps to show large data in to talbe using Repeater control in asp.net with out MVC
but mvc has a features like using foreach(var item in modal){ } it will bind data. is it possible to use same kind of method in ASP.net. and which one is faster either repeater or foreach?
thanks