How to send a value or object from one block to another block on the same page.??
Could use the TempData collection for this (if you're using MVC), it's basically just HttpContext.Items[] under the hood.
Frederik
How to send a value or object from one block to another block on the same page.??