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
 
Back
Top