Bound Column is the value directly bound from database column, for example we directly give data source column name in bound field. In some case, we need to concatenate the two different data source columns into one we can use this template column field using eval keyword, example give below eval("FirstName") + " " + eval("LastName")