HttpHandler(ashx) Vs aspx with Json Data
Recently I came across a situation where I was using aspx page to return Json Data to bind a flex . It was going well (mostly all the times ) except a situation (Probality with 1 out of 10 ) where I was getting redundent JSON data from aspx page . Then I got a […]