Hi all,

I have a checkbox in my datalist. The autopostback is set to true. I double clicked the checkbox which created this event:
Code:
Protected Sub chkWick_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs)

                Stop
    End Sub
As a test I threw a Stop in there. Now when I run it and click the checkbox, the event is not firing. Am I doing something wrong? I'm using VS 2008 ans ASP.NET 2.0

Thanks,

Strick