Latest posts on tagged on "ASP-NET"

How to connect ADO.NET code to SQL Server Database and retrieve data?

4 May 2016

In this article we will discuss, to connect ADO.NET code to SQL Server Database and retrieve data. We are using SQLConnection,SQLCommand and SQLDataReader classes are present in System.Data.SqlClient namespace. System.Data.SqlClient is also called as .Net data provider.

How to load ChartTypes in DropDownList using asp.net?

4 May 2016

In this article we will discuss, to load ChartTypes in DropDownList using asp.net. We will get list of chart name by using SeriesChartType and bind to DropDownList on PageLoad.

How to create 3 dimensional charts in asp.net?

3 May 2016

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.

How to bind data from database to chart control in asp.net?

3 May 2016

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

[Solved] Error executing child request for ChartImg.axd

2 May 2016

I am using Asp.net 4.0 chart control while running the application I had faced this error “Error executing child request for ChartImg.axd.”. This problem was resolved by adding chatImageHandler in the webconfig.

[Solved] Unknown server tag ‘asp:Chart’

2 May 2016

While running the application I had faced error message Unknown server tag ‘asp:Chart’ . This problem was resolved by registering the assembly in design page of flowchart.aspx.