hello
Can anyone tell me how to implement AJAX on .net page without using Update panel. I had got two dropdown one for country and other for state. If I choose country automatically states should fill in the second dropdown without postback. I had used in page load
ScriptManager1.RegisterAsyncPostBackControl(drpItem);
But the output is not as desired.Any Help!!!!!!!1

Recommended Answers

All 2 Replies

I don'y know Ajax well, but what I heared that you can't use it without updatepanel.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.