This question is locked. New answers and comments are not allowed.
when I was testing Grid-CheckBoxes->Ajax CheckBoxes demo. I found that on every click of "Display Checked Orders" button, a new script block is added (in debugging with IE9 Development tools). Is this Ok ? or memory leak ?. The reason I am asking is in my development I am rendring grid with $('#result').load('..) as shown in this demo. Here the <DIV id='result'> is populated with the partial view. If I keep clicking "Display Checked Orders" button there will be new script block created with every click. I am new to MVC, Please help !
Thank
AJ
Thank
AJ