Hi,

My Datagrid header is a shoe size range and depends on the first
datagrid row - first article size range.

So, i need to get the first row values in the ItemDataBound event
before change the header.

How can i do that?

i tried also to store in a global var the value after databinding but
no sucess

like this:
dgShoe.DataBind()
m_lFirstSizeRange = DataBinder.Eval(dgShoe.Items(0).DataItem,
"SizeRange")

because the Databinder.Eval value is always nothing

Any help, please...