Getting new line in XML?
-
Hi I am doing an application in which I am using a XML file to populate a datagrid. In that XML file I have one like..... <> 1.To generate leads efficiently and profitably. 2.To ensure that all details are collected in one call. 3.To provide email and chat support. 4.To manage Work Basket reports as required. 5.To meet targets for both quantity and quality. <> When I am trying to populate this column onto datagrid, all these lines or sentences are getting combine and displaying like a paragraph. I want to know how to format this column to get them in the a new line
Thank u Chandu
-
Hi I am doing an application in which I am using a XML file to populate a datagrid. In that XML file I have one like..... <> 1.To generate leads efficiently and profitably. 2.To ensure that all details are collected in one call. 3.To provide email and chat support. 4.To manage Work Basket reports as required. 5.To meet targets for both quantity and quality. <> When I am trying to populate this column onto datagrid, all these lines or sentences are getting combine and displaying like a paragraph. I want to know how to format this column to get them in the a new line
Thank u Chandu
-
K V S Chand wrote:
populate this column onto datagrid,
What does that mean? Are you using DataBinding?
led mike
-
Column means a column in XML. Yah, I am binding XML data to a DataGrid using dataset.
Thank u Chandu
K V S Chand wrote:
Column means a column in XML.
There is no such thing as a "column" in XML. If you plan on using text based communications for solving your programming problems don't you think it might be a good idea to learn and use the standard terms for a given technology? Otherwise how do expect to be able to communicate. XML has nodes and elements and attributes, no columns, so I have no idea what you are talking about.
led mike