User control inside JQuery UI sortable
Hello
I have a sortable portlets on my page.
I have inserted an asp.net user control that contains a delete button, inside JQuery UI sortable portlets.
On every portlets move I save the new sort of all portlets into the database via ajax.
The problem is when I click the first time delete button nothing happens, the button even don't fire, Only the second time of button press is fire.
What could be the problem? I suspect the JQuery ajax, but not sure...
Thanks