I don't know about
h["OnlinePrice"].I guess it's an object type,so you should convert it to int type explicitly,
Code:
OnlinePrice.Text = ((int)h["OnlinePrice"]).ToString("C");
because there is just one method(without any parameter) for
Object.ToString, so compiler complains about that.
_____________________________
Mehdi.
software engineering student.
Looking for a good job for summer 2005.