refreshing GridView

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Adding rows to GridView 1
Gridview inside gridview problem 1
any better suggestions? 1
nested gridview 1
problem with gridview 9
a second nested gridview 2
problem with GridView 3
Problem with GridView 2

Top