المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : coloring the row after pressing a button



C# Programming
08-19-2009, 04:40 PM
Greetings all,

I am facing a problem in my project.
I created a button that should color the whole row to a red when cloumn " called status" is equal to "open".
As an example:
when column "status" of that row is "OPEN" then the whole row will be red.
When column "status" of that row is "STOP" then the whhole row will be green.

and etc depending on the condition.

that will be checked in the whole database.

Thank you for your help and regards,