karlmcauley
08-12-2003, 05:35 AM
Hello,
Can someone advise me on whether i can disable form elements through ASP dependant on what is returned from a database query. For instance:
if instr(strCriteriaFlag, "A") > 0 then
"disable textboxes, buttons, combo boxes, etc etc"
end if
Can i do it like this or will it need to be javascript?
Cheers
Can someone advise me on whether i can disable form elements through ASP dependant on what is returned from a database query. For instance:
if instr(strCriteriaFlag, "A") > 0 then
"disable textboxes, buttons, combo boxes, etc etc"
end if
Can i do it like this or will it need to be javascript?
Cheers