In this article I will show you how to convert text to speech using namespace System.Speech in .Net framework.
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.
I got the following error while running the application; we needed to add Async attribute to the page directive and set the value is set to true.
You can call any server side control by defining runut=”server” and onServerClick for HTML button and you can not do with asp button.
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 xml file to chart control in asp.net. we need to create xml file with name Visitors.xml.
In this article we will discuss, to create 3 dimensional charts in asp.net. It is simple we need to set Enable3D property to true in Area3DStyle.
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
In this article we will discuss, to create chart by programmatically in asp.net. Before preceding this refer part1.