Below line we are using in JavaScript.., but this line working fine in Internet explorer but not working in Firefox.
Here xmlIsland supports only IE.
var rs = eval(xmlId).recordset; (here xmlID is the id of XMLtag which defined in .aspx page)
var rs = eval(xmlIslandName[intGridCnt]).recordset;
for your reference I have added .aspx file and grid.js file where all JavaScript functions are there.
Note:here everything happening in JavaScript we are not requesting even server also.
I am requesting u to provide solution i.e alternate for ‘recordset’ keyword.



LinkBack URL
About LinkBacks
Reply With Quote