I got the following error while running the asp.net web application. It was resolved by adding Async=”true” attribute as instructed by the exception message.
While running the project I got the following  character displayed on the top of the html page. It was fixed by encode the html file using Notepad++.
In this article we will discuss How to bind gridview with json in asp.net c#. On the page load bind the gridview using datatable on the same time use jquery to bind gridview.
In this article we will discuss, to bind data from database to chart control in asp.net. To connect the database by using connection string, retrieve data from database and binding to chart control