Improve ASP.Net Website performance using PageAdapter
If you are working on a website then there might be a chance to handle a large amount of data on a public site. Generally, we are binding code with Gridview like this: Gridview1.Datasource = dataset; GridView.DataBind();