I'm using prettypopin Modal(Stéphane Caron) to Edit my FormView. Looks like it's only working with regular submit button.
<input type="submit" value="Submit" id="buttSubmit" />
But it's not working with any .net buttons(asp:button, asp:LinkButton). Does anyone has any suggestions?
Or can you recomend any other jQuery Modals, for editing that works with asp.net controls?
Thanx.