Click here to Skip to main content
16,009,255 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Dear sir,

how to use update panel in HTML controls(Not For Server Controls)Only HTML controls...
without loss other controls data at running time.

give me examples with code.



With regards mohan
Posted
Updated 7-Nov-11 3:58am
v2
Comments
Sergey Alexandrovich Kryukov 7-Nov-11 10:27am    
I don't think panels (what is that, in HTML) ever need update. You probably mean something else, most likely, re-filling controls with data after post. Is it something like that?
--SA

1 solution

My answer is on the guess that you want to do this in Asp.Net.

You do not need UpdatePanel for HTML controls. Infact UpdatePanel is for Server controls only.

However you may use traditional/core Ajax to execute server side code from your Html/JavaScript.

Have a look at my Tip/Trick on this topic below. (not an advertise :))
Simplifying Asp.Net Core Ajax
 
Share this answer
 
Comments
Espen Harlinn 7-Nov-11 11:21am    
Nice reply :)
RaisKazi 7-Nov-11 11:23am    
Thank you Espen. :)

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