Hi,
I have a master page with Rad Tree View. I also got few chid pages. I use previous page properties for my methods.
All tree nodes are bounded to child web pages. when a Tree node is selected related child web page is populated on the main container. All child pages are used a common toolbar on the Master Page. when user select a row of the Radgrid (in the child page) and click edit button it will open edit web page with selected row data. (see images)
I want to save state(seleted values) of all the controls in a web page when user navigate back and forth using browser back button and postbacks to same page.
Could you please let me know which methods I can use in order to accomplish my requirement? I am really appreciated if you can help me solve my issues.
Pri
I'm not sure if this is the correct terminology, but I think it's the Legend ItemMarker that I want. It's the symbol in the legend whether it's a squars, circle, triangle,etc that I want to change the color of programatically. How do I programatically change the fill color and border of these objects?
The following line of code provides an index out of range error message.
RadChart1.Chart.Legend.Items(0).Appearance.FillStyle.MainColor = Drawing.Color.FromArgb(155, 155, 155)
Thanks,
Brian