Hi all,
I have to display/give only first 4 options to the user from the enum shown below. I am using select for that. But my problem is when a specific command comes from the server side, this select should be disabled & should show only 5th option.
How to do that? Plz any one help me
enum input_relay_type
{
INPUT,
MATCH,
HEIGHT,
END,
START,
};


