If you followed my previous post you probably now have a Flex + .NET project that makes a WebService call. If not, here's a project you can use testDotNet.zip. To import this in Flex Builder choose File->Import->Flex Project and follow the steps.
Next open Visual Web Developer and open a Web ...
Today I saw an interesting post on FlexCoders. Suppose you have an editable DataGrid and you want to confirm through an Alert if the change should be made or not. Preventing the change is easy, you just need hook onto the itemEditEnd and call event.preventDefault(). The problem arises when you ...