Login  
Search All Forums
Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
AuthorForum: PowerWEB LiveControls for ASP.NET
Topic: Debug property gone?
bfairchild

From: Plano, TX USA
Posts: 91
Member Since: 06/10/05
posted March 7, 2007 11:15 AM

I'm using 1.6.0.0 and I noticed that it does not have the Debug property anymore. I have an instance where an image button is causing a postback instead of a CallBack, but its hard to tell whats going on without debug. Any suggestions?
John Talarico



From: Rome, NY USA
Posts: 630
Member Since: 06/01/05
posted March 7, 2007 11:49 AM

Because the debug setting is global and not widely used, we felt it was appropriate to remove it from the control-level property page and relegate it to an appSetting.

You can now set this in the web.config by adding an appSettings key:

<add key="Dart.PowerWEB.LiveControls.Debug" value="true"/>
bfairchild

From: Plano, TX USA
Posts: 91
Member Since: 06/10/05
posted March 7, 2007 4:35 PM

OK. That works.

Now that leads me into another problem. I have two LiveImageButtons in a user control. On some pages they work fine. On this particular page they are not firing the click event (debug happens with other Live controls on the page, but not these two)

The page postback, but is not wired to that event. I don't think this is something that I can recreate in a simple web app and send it to you.
John Talarico



From: Rome, NY USA
Posts: 630
Member Since: 06/01/05
posted March 7, 2007 5:00 PM

As you can imagine, it is difficult for us to debug any problem without a way to reproduce it. At this time we do not have any open issues that match the behavior you have described.

As soon as you are able to isolate a set of steps we can take to reproduce the issue, or are able to encapsulate the problem in a sample, please let us know.
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX