Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one master page , inside master page i used ajax timer control and used script manager .

In My .aspx page I used ajax update panel and inside update panel I used three Dropdownlist control for county , state , city.

Main problem is whenever i click on dropdownlist control but in behind every 1 second master page ajax timer control event will fire and page dropdownlist close i can't select the value of dropdownlist contol ,

So Give me the better option what can i do now? i want to used both ajax timer and inside page dropdownlist for country , state , city using ajax.

Thanx for ur replay

- Hiren Bhalsod
Posted
Updated 27-Feb-10 19:16pm
v2

1 solution

You probably need to move away from ASP.NET AJAX and write your own AJAX code if you need better control over the proccess so that these two controls will work together in the manner you hope. Although it seems odd to me that an AJAX timer ( I don't see how there can be such a thing, I assume you mean a js timer that makes an AJAX call when it fires ), can cause the whole page to refresh. Having a timer fire every second is retarded in any case, but that's another story.

I see you have a tendency to ask the same question over and over, which leaves me wondering how much you'll understand of any answer you get, but no answer is going to come without seeing source code so we can see what you've done wrong.
 
Share this answer
 

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