d.winkler Posted July 31, 2007 Report Share Posted July 31, 2007 Hi How can i enable the clickevent on the chart after i made a chart1.reset in the codebehind file. Before the reset the event is fired without a problem and everythiny works. I searched in the documentation but without sucess. thanks Daniel Quote Link to comment Share on other sites More sharing options...
Frank Posted July 31, 2007 Report Share Posted July 31, 2007 Please post a complete sample that reproduces the behavior you are describing. I tried adding Chart1.Reset() to a default Web Form chart and the Click event continues to fire as expected. Quote Link to comment Share on other sites More sharing options...
d.winkler Posted August 1, 2007 Author Report Share Posted August 1, 2007 hi i found out what my problem was, i made the reset in the prerender function. when the reset stands there the clickevent will not work. So i put it in the page_load and there everything works. Thanks Daniel Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.