How to Communicate between ASP.NET and Flash
12/18/2007
| Author: Brian Pautsch
| Category: Code Snippets
| 6805 Views
|
Ever wonder how to send data back and forth between ASP.NET and Flash?About a year ago, we designed and built the DIY Floor Plan website (http://www.diyfloorplan.com). We needed the ability to send data between the Flash...
How to make an AJAX Postback with JavaScript
12/3/2007
| Author: Brian Pautsch
| Category: Code Snippets
| 5335 Views
|
Recently, we were working on a project that required us to make an AJAX postback with a table cell (TD) onclick event. We were "forced" to do this because the webpage designer wanted the search results displayed in a tab...