
- Forum
- Programming Talk
- Microsoft .NET
- Is there anyway to refresh only part of the page
Is there anyway to refresh only part of the page
This is a discussion on Is there anyway to refresh only part of the page within the Microsoft .NET forums, part of the Programming Talk category; I want to refresh only part of the page when an event is triggered. Is there anyway to do that?...
-
Is there anyway to refresh only part of the page
I want to refresh only part of the page when an event is triggered. Is there anyway to do that?
-
There are various ways of achieving this. One of the ways is if you are submitting some form and if you are using the Insert or Update Record Server behavior then you need to specify the current page as Redirect then it will be auto refreshed.
-
You could do this by using different frames within the document
or you could make use of AJAX...
Go for AJAX...
-
Sponsored Ads

Reply With Quote





