I have a datalist that is being bound from a codebehind page (data is coming from a stored procedure). I have one column/field that I need to do some custom formatting and math on before it displays on the front end. What’s the easiest way to handle this in .NET?
Share
I would use the
ItemDataBoundevent: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.datalist.itemdatabound.aspx