Introduction:-
Here I have explained how to break text in gridview.
Description:-
In my previous article I have
explained Upload a Excel file and display it in a gridview as well as displaythis excel sheet from a starting row to ending row , Different ways to Bind Data in a TextBox FromGridview Cells by Click on Select Button Using Both RowCommand AndSelectedIndexChanged Event , How to make radio buttons insidea gridview as single selection using Javascript? , TextBox TextChanged Event Insidea GridView Using JavaScript , How to get row number fromgridview on textbox change event using javascript without page refreshing , Binding Second Gridview Byselecting First Gridview Record .
Here I will explain how to break the text in gridview in asp.net.When we have fixed the gridview width and height,then if one of the column text exceed the width ,it will display as unprofessional ,to avoid this we have to break that long text.