Refresh GridView using CallBack

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I refresh GridView using CallBack?

I am populating the grid at runtime using OLEDB.
 
Guru,

If there is somethng in these cases than the answer is for 80% be assure
that you do a databind as last command before the postback to the client.

Cor
 
We have been testing the system for a week now. The only complain that
everyone is making is that it is very slow. The website is internal and is
running on 4 dual core CPU processor with 4GB RAM. Only thing I can think of
is moving from PostBack to CallBack.

Is there a method to refresh using callback? I could use a LinkButton or
just a button to Refresh which when the user clicks will just refresh the
grid and not the whole webpage.

Guru
 

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

Back
Top