Rendering individual controls for AJAX Callbacks
Posted by: Rick Strahls WebLog,
on 01 Apr 2008 |
View original | Bookmarked: 0 time(s)
This isn't exactly a new trick but I find myself using individual control rendering called from client script more and more frequently. I can use server side code to render one or more specific controls and use an AJAX callback (without UpdatePanel) to feed the data back to the client to inject the HTML into the page. Rendering individual controls or user controls to use as an HTML result from a callback can be a great way to feed server generated HTML back to the client. ASP.NET Web Forms...