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: Check box
bhupi

From: nürnberg, Germany
Posts: 20
Member Since: 06/28/06
posted July 7, 2006 11:24 AM

I am using livecheck box in a user control. I want to enable asp:button when the checkbox is clicked.
 Protected Sub agbCheck_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles agbCheck.CheckedChanged
    cmdSave.Enabled = True
  End Sub

when I use the same code with asp:checkbox it works. Could u give me some advice?
Jeff Cranford



From: Rome, NY USA
Posts: 586
Member Since: 05/30/01
posted July 11, 2006 3:51 PM

Is the CheckChanged event raised when you use the LiveCheckbox?
bhupi

From: nürnberg, Germany
Posts: 20
Member Since: 06/28/06
posted July 12, 2006 2:27 AM

yes , the check changed event is raised but the button is not enabled.
Jeff Cranford



From: Rome, NY USA
Posts: 586
Member Since: 05/30/01
posted July 13, 2006 11:14 AM

Are any errors reported? (be sure the browser is configured to Show JavaScript Errors)

Also, try setting LiveCheckBox.Debug = true to create a log of executed script. Run your test and post the resulting JavaScript here. I should be able to figure out what's happening from that.
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX