I want to disable a LinkButton clink on the client site.
LinkButton
objLinkButton.disabled = true; // or objLinkButton.disabled = -1;
Th
Try this. Simplest Example
Test Button