S
Souri Challa
Mark,
You should do this in the item bound event.
After evaluating for your condition,You can do some thing like..
WebControl cntl = (WebControl)e.item.findcontrol("BoundColumnId");
cntl.enabled = false;
Hope this helps.
-Souri
You should do this in the item bound event.
After evaluating for your condition,You can do some thing like..
WebControl cntl = (WebControl)e.item.findcontrol("BoundColumnId");
cntl.enabled = false;
Hope this helps.
-Souri