I'm creating a web form table and setting the properties dynamically and then adding it to a container (in this case a panel) on a web form. Two questions: How do I change the font size of the table in code? How do I change the font in an individual cell? Thanks,
Andy C
If you are using the Table WebControl then you can use the Font property that is inherited from the
WebControl class, which means that the same applies to the TableCell WebControl. See the page below for details on how to use it. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIWebControlsWebControlClassFontTopic.asp
HTH
Andy C
Member
497 Points
108 Posts
Dynamic Font Size
Sep 01, 2003 10:40 AM|LINK
stevenbey
All-Star
16526 Points
3378 Posts
Re: Dynamic Font Size
Sep 01, 2003 12:12 PM|LINK
http://stevenbey.com
Recursion: see Recursion