L
Loading name...
hey
asp.net 2.0
I have a GridView on my webpage. This GridView get its data from a
SqlDataSource.
On the same webpage I've added textbox and a button - so the user can add
records to the table which the GridView is based on...
After a new record is saved to the table, I want the GridView to refresh
itself (to show the newly added row). I tryed to use the
sqlDataSource.Select method, but it didn't refresh the GridView
any suggestions?
asp.net 2.0
I have a GridView on my webpage. This GridView get its data from a
SqlDataSource.
On the same webpage I've added textbox and a button - so the user can add
records to the table which the GridView is based on...
After a new record is saved to the table, I want the GridView to refresh
itself (to show the newly added row). I tryed to use the
sqlDataSource.Select method, but it didn't refresh the GridView
any suggestions?