Hi Swaroop,
I am using below code ,
First: "<tr class=\"rows\" id=\"row#Repeater_Row.CurrentItem#\" align=\"center\">" when i try to evaluate this code getting this error 'Legacy Compatability exception [Too many scoping levels]'.
As per your suggestion i modified this code by assigning Repeater value to local variable. Evaluated the code giving me same error.
Code: "<tr class=\"rows\" id=\"row#Local.test1#\" align=\"center\">"
Exception: 'Legacy Compatability exception [Too many scoping levels]'.
Regards
Muthu