mrWoodo

Results 3 comments of mrWoodo

Same as #9 Problem with pages .aspx, have added example workaround

A bit late, but in case others hit this problem. You need to : a) use async/await pattern b) call event.preventDefault() to stop the form postback, c) manually postback if...

An old thread but I had the same issue (or so I thought). The problem was my group of radio buttons all had the same ID (blame .Net MVC for...