Saturday, April 29, 2017

Create text file and download using asp.net

In this article I am going to explain how to create text file and download using asp.net


Implementation:
I want to create text file and download it on button click. I have created example to fulfill this requirement.

Wednesday, April 26, 2017

Angularjs : Auto numbering/serial number to rows

Saturday, April 15, 2017

How to set alternative color of column in asp.net chart control

In this article I am going to explain how to set alternative color of column in column chart in asp.net chart control.


Implementation:
I am using chart control to draw column chart and set alternative color of column.

Thursday, April 13, 2017

Create column chart in asp.net

In this article I am going to explain how to create column chart using Chart control in asp.net.

  
Implementation:
I am using chart control to draw column chart.
I have created a table Tb_Population and insert some dummy data.

Id
int
StateName
varchar(200)
TotalPopulation
bigint

Friday, April 7, 2017

How to use Google document viewer in asp.net

In this article I am going to explain how to use Google document viewer in asp.net website.


Description:
I want to show document i.e. PDF, word doc, Excel and PPT file. I am going to use Google document viewer to show document.