Showing posts with label Net. Show all posts
Showing posts with label Net. Show all posts

Tuesday, February 19, 2013

Concatenate fields in item template GRID

Grid


Concatenate  fields in item template

Text='<%# string.Concat(DataBinder.Eval(Container.DataItem, "ID"), " ", DataBinder.Eval(Container.DataItem, "InstanceID")," ", DataBinder.Eval(Container.DataItem,"TypeCode") %>'


Wednesday, May 4, 2011