hi, 1) in web application i m using web form for inserting the row into database and gridview for showing the data, gridview is bind with sqldatasource(Select * from abc).
2)i manually insert the row into database. 3)a web form for inserting the row and gridview are both on the same web page. 4) problem is that when i insert the row into database then gridview can't show the inserted (new) row. 5) i thing the sqldatasource is not updated when i insert the row into batabase. 6) Please anybody the tell me how can i do this." that new inserted row would be show in gridview". thanks Muhammad Waqas Shahid

