CheckBox text gets repeated when using WebFlyPostBackManager

4 replies. Last post: October 6, 2009 11:03 PM by Dicky S
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

i've reported this problem over a month ago but havent received a fix. Attached is a sample that demonstrates the problem. Has anyone run into this problem?

The page has a WebButton, checkbox and WebFlyPostBackManager. Clicking the button causes the checkbox text to be repeated.

Heres the VB code file:

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim listener As WebFlyPostBackListener = New WebFlyPostBackListener(Me.Page)
End Sub

<WebFlyPostBackMethod()> _
Public Sub WebBtn1()
fpb.ClientAction.RefreshModifiedControls()
End Sub

1 attachment
All times are GMT -5. The time now is 9:33 PM.
Previous Next