HTML Controls are cleared when server button click
I create a table dynamically in my web page. if i click td the background color was change. color change was done in javascript. It works properly. when a asp button clicked the changed color was cleared. If any one know kindly help me
Koteswararao MallisettiPosted Sep 17, 2010, 2:25 AM
after asp button click the table color is loss so in the button click event we again call that javascript code (once again ) then the color is applied