Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
node image in server side...
posted

Hi,

 System.Drawing.Image treeImage = GenerateIcon(); //some function to generate an icon

LIke this im generating an image. I want to add this image to the node in the server side. How can i do this in the server side.

In the ultratreenode we have the option of newnode.LeftImages[0]=treeImage , which accepts the images directly.

In web, we have newnode.ImageUrl , that accepts the location of the image. how can i assign this image directly.