Using ucajax to render UserControls via WCF

I recently released an open source project called ucajax hosted on GitHub and also available via NuGet. The project’s main purpose is to render ASP.NET UserControls via web services, currently supporting WCF and WebMethods.   It also comes will a fully functional demo that consumes the NuGet package and can be viewed live here. There are few limitations such as postbacks, it doesn’t [...]

Postback UpatePanel on close of jQuery dialog

Put a hidden asp:button within the UpdatePanel or outside and set it as an AsyncPostBackTrigger. Call the js function from ItemDataBound if needed, passing in the ClientID of the hidden asp:button. The js function will call the click event on the button passed in once the “OK” or whatever you set buttonTxt to, button is [...]