Click here to Skip to main content
15,896,557 members

Comments by engmebeed (Top 24 by date)

engmebeed 7-Feb-13 6:30am View    
This is as Example, really i have the required instance
engmebeed 3-Feb-13 4:09am View    
Thanks for replay:
I have try to use it like:
function createCORSRequest(method, url) {
var xhr = new XMLHttpRequest();
if ("withCredentials" in xhr) {
xhr.open(method, url, true);
} else if (typeof XDomainRequest != "undefined") {
xhr = new XDomainRequest();
xhr.open(method, url);
} else {
xhr = null;
}
return xhr;
}
And there are some error could you help??
engmebeed 24-Dec-12 4:37am View    
this query doesn't work.
engmebeed 24-Dec-12 4:14am View    
I am not lazy
i have tried more and more and no code work, i write this code :
XmlNodeList UpLoadDate = xmlDoc.SelectNodes("//DocumentElement/dbo[UpLoadDate >='20/12/2012 12:06:27' and UpLoadDate <'26/12/2012 12:06:27']");
and this not work and so on, so i need your help all if you could.
Thanks at all.
engmebeed 24-Dec-12 4:11am View    
i have tried more and more and no code work, i write this code :
XmlNodeList UpLoadDate = xmlDoc.SelectNodes("//DocumentElement/dbo[UpLoadDate >='20/12/2012 12:06:27' and UpLoadDate <'26/12/2012 12:06:27']");
and this not work and so on, so i need your help all if you could.
Thanks at all.