Presumably you are referring to an ASP.NET application.
Natively within .NET you can't. The control is part of blob of HTML sent to the browser. You can't refresh just a section of the HTML. However, with DHTML, javascript and/or frames/iframes you can do all sorts of things, but then you get into different pages not just different page elements.
|