User Control Partial data binding of huge data to a GridView in an optimized way in .Net Have you ever bound a GridView to a dataset wherein the number of rows returned by the DB is huge (say 1 million)? If yes, then this article is for you. Many a times while making websites, we need to use GridView. It…