What do you mean by repeater? Is it asp.net repeater? If so you should not mix asp.net controls with javascript. You can simply read the xml using jQuery ajax if it a file in the server. Or using webmethod and jQuery ajax. Then you can read the returned
xml using and build a dynamic html table.
Thanks & Regards
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
dem_here
Member
3 Points
22 Posts
binding xml data to repeater by java script
Apr 26, 2012 01:03 PM|LINK
hello
fnshaikh786@hotmail.com
BU XI - MSFT
All-Star
22367 Points
2704 Posts
Microsoft
Re: binding xml data to repeater by java script
Apr 30, 2012 04:10 AM|LINK
Hello
When in MasterPage, the Client ID may be rendered differently, if you are using document.getElementById or $find method, the ID you look for may be different. http://www.codeproject.com/Articles/22111/Master-Pages-and-JavaScript-document-getElementByI
If you are in IE9/Chrome, try to press F12 to see debug if any javascript errors are raised.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
asteranup
All-Star
30184 Points
4906 Posts
Re: binding xml data to repeater by java script
Apr 30, 2012 11:18 AM|LINK
Hi,
What do you mean by repeater? Is it asp.net repeater? If so you should not mix asp.net controls with javascript. You can simply read the xml using jQuery ajax if it a file in the server. Or using webmethod and jQuery ajax. Then you can read the returned xml using and build a dynamic html table.
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog