Another GridView Problem (not refreshing after an insert)
I have a GridView1 on a ASP.NET page that feeds from another page. The other page provides two parameters.
New records for the Gridview are entered by a FormView on the same page.
The grid works fine, but whenever I Insert a record in my Formview , the new record does not get displayed. I don't think this is a postback problem. When I delete a record, the gridview refreshes fine, no problem. I have tried putting a gridview databind everywhere to no avail. Once I go back and reload the page, I can see the new records in the gridview.
Can it be possible that if it requires parameters, it can not read new items from the DB.
Any help is appreciated.

