Hi,
I am assigning image for treenode on the page load like this
The problem is it doesnt load in the page load .After any event fire in the page only the image will load for the treenode.So initially in the page load there is no image shown only a blank background will show.
Give me the solution for this.
Regards,
Giri
I am assigning image for treenode on the page load like this
node.ImageUrl =
"~/App_Images/images/R.ico";
The problem is it doesnt load in the page load .After any event fire in the page only the image will load for the treenode.So initially in the page load there is no image shown only a blank background will show.
Give me the solution for this.
Regards,
Giri