:: Forum >>

Active.XML issue

Dear all,

I am able to successfully search a grid bound with XML data. Code is :

var colToBeSearched = document.getElementById('colSearchName').options[document.getElementById('colSearchName').selectedIndex].text;
var stringToFind = document.getElementById('txtAdvSearch').value;
var xmlDoc = table.getXML();
var nodes = xmlDoc.selectNodes("//doc/docs/" + colToBeSearched);

Once i get the records in the 'nodes', How do i make an xml doc and bind it again to the Grid.

Regards,
Cris
Cris Nagle
Thursday, October 20, 2005
Could anyone help me out
CN
Friday, October 21, 2005

This topic is archived.


Back to support forum

Forum search