TreeView server control in asp.net can use AJAX behind the scenes to populate child nodes when user clicks on the expand icon next to each node. If the loading process is fast, it works perfectly. But when child nodes are generated by a slow process (like a slow database query) then user experience is unacceptable. User would click on the expand and nothing would happen for a long time, leaving user wondering if the click really did anything.
In such scenarios, an animated icon that lets user know data is being loaded would help a lot. More...
e677bf13-27da-4d1a-b493-a5dfb1bd3fd8|1|4.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags :