GridView formatting?

hammb

New member
Joined
Feb 25, 2009
Messages
1
Programming Experience
3-5
I'm working on a quick webpage that will display some data that is pulled out of our SQL database system. What I'm trying to do is to change the formatting (mainly the font) of rows based on a value in one or more of the columns. In this instance my thinking is something along the lines of turn the row to Bold & Color Red if a column is > x.

It seems to me that this should be doable, but I've not had any luck finding code snippets that point me in the right direction. I'm a total newbie with VB.net and I'm working in the MS Visual Web Developer 2008 Express Edition. To this point what I have has all been through the GUI, I have not done anything with actual code. I have a very basic understanding of VB syntax, but I'm not sure which methods I will need to do this, nor which event I should place the code in to make this happen when the page renders.

Any suggestions, or resources that you could point me to that would help me with what sounds as though it should be a simple process?

Thanks!
 
Back
Top