Refresh data grid control without (post back)

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

Guest

Greetings,
Is there a way in ASP.NET to refresh data grid control without (post back) reload of the hole page

Thank you, Aleksandar
 
To refresh part of a page you have to put it in an <iframe>.
But then it'll have to be a page of its own.

cheers,
mortb
 
Back
Top