Tag Archives: checkbox

ASTreeView – How to disable checkbox PostBack

There’s a request that to disable the checkbox PostBack while the AutoPostBack properties is set to true. Because for node selection, we want to enable the PostBack. By default, if we set the AutoPostBack properties of ASTreeView, both the checkbox and selection will be effected. So here we need a little tricky to achieve that:… Read More »