Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_mobile thread: besides DataGrid, how do i display out a table?


Message #1 by "Pansy" <violetcrystal@h...> on Sat, 29 Jun 2002 02:06:09
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

  Return to Index