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
Post a Comment