Click here to Skip to main content
15,914,240 members

Comments by Member 10253391 (Top 6 by date)

Member 10253391 18-Sep-13 3:27am View    
Krishnan currently Im Succesfully retrieving a XML Document with "writeXML", check the outPut:


<Table>
<deptno>10
<dname>ACCOUNTING
<loc>NEW YORK
</Table>
<Table>
<deptno>20
<dname>RESEARCH
<loc>DALLAS
</Table>
<Table>
<deptno>30
<dname>SALES
<loc>CHICAGO
</Table>
<Table>
<deptno>40
<dname>OPERATIONS
<loc>BOSTON
</Table>

I made the web Reference in the client Site, now I need to figure out how to Fill my gridView with this XML document returned from the WS !!!!!!
Member 10253391 8-Sep-13 23:37pm View    
How can I load the XML file with data from the BD ?
Member 10253391 5-Sep-13 3:29am View    
Hi, Yeah trust me, but its confusing because I don't have enough experience working with WS !
Member 10253391 5-Sep-13 3:28am View    
Deleted
Hi, Yeah trust me, but its confusing because I don't have enough experience working with WS !
Member 10253391 5-Sep-13 3:26am View    
hi, Yes I have all the client-server enviroment working good (tested), my doubt is how to retrieve the DATA BASE query result from the WS without a dataSet RETURN and then fill a datagridView, I made it in other projects with php+Mysql+Json , but Dunno how it works in a .net WS enviroment.