Disable "Add New Record" Button when page loads – Asp.net
My page has a comboBox which filters grid values. Im trying to disable grid's "add new record" button, when comboBox is empty, and enable the button when a value is selected and subconsequently, grid is loaded. I have the following…