Click here to Skip to main content
16,020,701 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
When I click on the dropdownlist the whole page will reload.I want to reload only a part of a page.I am not using the ajax.How to reload only some part of the page using javascript? please help me...
Posted

1 solution

XMLHttpRequest...

It's called traditional AJAX. Using XMLHttpRequest, you can send a request to server side using JavaScript and change the page controls value from Javascript based on response.

ASP.NET2.0, supports Scriptmanager and UpdatePanel for this Ajax feature that will partially refresh your page.
 
Share this answer
 
Comments
kevinpj 24-Oct-10 5:16am    
dear sandeep, I am using this user control in dotnetnuke(CMS),so i am not able to use ajax in the page and user control. Is there any way to refresh the usercontrol alone not the whole page.
Sandeep Mewara 24-Oct-10 5:17am    
As said, if you are able to use Javascript, then you will be able to use XMLHttpRequest... try it.
kevinpj 24-Oct-10 6:14am    
can you give an example for that since i am new to this.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900