Use a separate function (a private function) in your code behind in which the grid will be populated and if you already have data in your dataset call the function in the !ispostback event when the page is loading. And after the update of the data from the input box, just call the private function and so ur grid is updated.
Very simple.
