c# - What is the best way to handle a large table of data? -


i've been playing visual c# lately , have formulated project idea now. i'd able read in .csv file , display easy-to-read reports based on data contained within.

as i'm new c#, , real programming @ all, wondering best or recommended way deal large amounts of data (with easy, flexible manipulation data report generation)?

gridviews , data sets into. bet there's other ones pretty straightforward , works needs.

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -