S
shapper
Hello,
Inside a GridView I am accessing a value of the datasource:
DataBinder.Eval(gvrContainer.DataItem, "Average")
I know this is of type Double. I want to round it and change it to
integer.
How can i do this?
Thanks,
Miguel
Inside a GridView I am accessing a value of the datasource:
DataBinder.Eval(gvrContainer.DataItem, "Average")
I know this is of type Double. I want to round it and change it to
integer.
How can i do this?
Thanks,
Miguel