Hi I have an Flex app, consiting of a Filter for a datagrid generated by writer class in .NET enbeded in my page, so when i clik the filter options and i send them via httpservice with methoid= "post" it does actual submits the values i want, it does actual rewrite the contend but I does not reload my web page so the displayed contend is static.
My question is: HOw can I do it makes a submit.post() when I call the HTTPService.send() that reloads my web so it can display the filtered contend? thanks in advance

