sqldatareader

calmsoul

New member
Joined
Oct 29, 2007
Messages
2
Programming Experience
Beginner
Hello

I want to achieve the following

Dim reader2 As SqlDataReader

if reader2("field")= somevalue then
markit red

How is this possible... I want to color the value red if reader2("field")= somevalue

I am not a programmer ... please help

regards,
 
You want to colour what red? The user cannot see a value in a DataReader. If you want to colour something red then it must involve displaying the value to the user somehow. Please explain more fully what you're doing and what you want to achieve.
 
Back
Top