M
Maersa
Hi,
I've got a webmethod like the following that returns a XmlElement object but
in some cases I may need to return an "null".
[WebMethod]
public XmlElement myMethod()
{
return null;
}
How would I do this ? Currently IE blows and says the it's not a well
formed XML.
thanks,
I've got a webmethod like the following that returns a XmlElement object but
in some cases I may need to return an "null".
[WebMethod]
public XmlElement myMethod()
{
return null;
}
How would I do this ? Currently IE blows and says the it's not a well
formed XML.
thanks,