hi all,
got a question here. i wanna display out the datas retrieved from
database, in a table form. right now, i'm using the DataGrid component of
the System.Web.UI.WebControls class. but the problem is that when i tried
to change the font to a smaller font, using the font attribute of the
DataGrid, when displayed with the PC's IE, the font is indeed smaller. but
when displaying on the PDA's screen, the font is still so big... why is
this so?
is it because i shouldn't use component of the System.Web.UI.WebControls
class? if there's the case, what component, of which class should i use?
thanks for your help!
Pansy