Click here to Skip to main content
16,011,949 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am Create Article Ranking using Java Script
In Update panel calling Java Script function it not give any error but the full page refresh
I want update panel give partial rendering
please give me code in asp.net using
Posted

1 solution

any error but the full page refresh. I want update panel give partial rendering
Surely you must be doing something wrong. Since you have not shared the code (+ it would be difficult to post all), have a look at these knowledgebase articles to learn and try the samples on the same:
UpdatePanel Control Overview[^]
UpdatePanel control[^]
UpdatePanel Class[^]

BTW, just check that by-mistake have you put 'EnablePartialRendering=False' in the ScriptManager. It should be True (and it is true by default)
 
Share this answer
 
Comments
dan!sh 20-Apr-11 10:36am    
It is very surprising to me that people say they know Ajax. Then they tell about UpdatePanel first and may be accordion. You ask them about ScriptManager and they are stumped. Ask them about XmlHttpRequest, clueless. Glad you pointed out ScriptManager.
Sandeep Mewara 20-Apr-11 10:50am    
True. :)
XmlHttpRequest & AJAX => While interviewing, I find hardly 5% can relate them!
dan!sh 20-Apr-11 10:53am    
Well, I am suffering that for past few days. The kind of answers I get make life harder. I just cannot resist to laugh. Not that it is their fault but it is funny for sure. And BTW I am not even an ASP.Net guy.

PS: missed to vote last time. Sin washed. Back to heaven I am. :)
Sandeep Mewara 20-Apr-11 11:03am    
Well, I am suffering that for past few days.
:)
The kind of answers I get make life harder. I just cannot resist to laugh.
True.
Not that it is their fault but it is funny for sure.
Yeah. I found 4-5yrs exp guys saying they are working on AJAX update panel and stuff but hardly know anything on how it works or so. A simple tweak to a question and they are gone!

I guess the kind of work, project and company they work in make them so, yet there is 'some' fault of their own as they don't try to learn at all.

PS: missed to vote last time. Sin washed.
Ah! Thanks. :)

dan!sh 20-Apr-11 11:20am    
If it was ASp.net, that 4-5 year exp guy could be me. It always amazes people when I say I don't know ASP.Net. They just don't believe it. I can clear any normal interview for ASP.Net but still I don't know it. Ajax is really complex for my stupid winforms or middle tier/ backend populated brain. :)

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