Board index » Web Programming » is it possible to refresh just a control?
|
msteller
|
|
msteller
|
is it possible to refresh just a control?
Web Programming371
Hello, Is there any way of refreshing just a control instead of refreshing the whole page without using frames? Any help is greatly appreciated, Les - |
| Steve
Registered User |
Thu Jul 31 13:44:03 CDT 2003
Re:is it possible to refresh just a control?
No, that's not possible. You must refresh the whole page. But Smart
Navigation can accomplish the illusion that only the control refreshed.: http://msdn.microsoft.com/library/default.asp?url" rel="nofollow" target="_blank">msdn.microsoft.com/library/default.asp=/library/en-us/cpref/html/frlrfsystemwebuipageclasssmartnavigationtopic.asp http://msdn.microsoft.com/library/default.asp?url" rel="nofollow" target="_blank">msdn.microsoft.com/library/default.asp=/library/en-us/cpgenref/html/cpconpage.asp Another option is that you could call a web service from your client side JScript. Then update your control manually using javascript. You can use the web service behavior for this. (WebService.htc) This technique works with IE only. Here's more details: http://msdn.microsoft.com/library/default.asp?url" rel="nofollow" target="_blank">msdn.microsoft.com/library/default.asp=/workshop/author/behaviors/overview.asp http://msdn.microsoft.com/downloads/samples/internet/default.asp?url" rel="nofollow" target="_blank">msdn.microsoft.com/downloads/samples/internet/default.asp=/downloads/samples/internet/behaviors/library/webservice/default.asp -- I hope this helps, Steve C. Orr, MCSD Steve.Orr.net">Steve.Orr.net "les" <bennettdotdill@no_spamburke.com>wrote in message QuoteHello, - |
