| <siteMapNode roles="*" title="Events"> |
| <siteMapNode title="Calendar" url="Calendar.aspx" /> |
| </siteMapNode> |
The problem is, whenever the users click on one of the titles liike "Events", it directs them to an error page that says "Object reference not set to an instance of an object."
But the titles don't need to be pointing to any page, they just need to be titles. How can I stop them from being pressed?
Hello people!
I'm using a RadChart, where I create the ChartSeries in VB code.
My X Axis is time, and I'm interpolating values from database. In the interpolation, I can choose the interpolation interval, which defines the precision of my chart. This interpolation time defines the frequency where points will be generated. Example: 10s means, one point generated for every 10s in X axis.
This is working fine.
Now I want to change the interpolation time interval when user uses zoom in the graph. The reason is because with zoom, X axis will be smaller than before, and then, I can have more precision.
I need to interpolate again and generate the ChartSeries again when the zoom is required. Does anyone know how to handle this?
Thanks in advance.
Best regards,
Mario