Click here to Skip to main content
16,004,991 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to do using vb.net Pin
suis8-May-05 7:28
suis8-May-05 7:28 
GeneralRe: How to do using vb.net Pin
Christian Graus8-May-05 14:28
protectorChristian Graus8-May-05 14:28 
GeneralVisio Automation Pin
Hisham Zein7-May-05 5:48
Hisham Zein7-May-05 5:48 
GeneralProblwm in installing Package Pin
Murtuza Husain Miyan Patel7-May-05 4:13
professionalMurtuza Husain Miyan Patel7-May-05 4:13 
GeneralRe: Problwm in installing Package Pin
Dave Kreskowiak7-May-05 5:06
mveDave Kreskowiak7-May-05 5:06 
GeneralRe: Problwm in installing Package Pin
Murtuza Husain Miyan Patel7-May-05 5:11
professionalMurtuza Husain Miyan Patel7-May-05 5:11 
GeneralRe: Problwm in installing Package Pin
Dave Kreskowiak8-May-05 2:32
mveDave Kreskowiak8-May-05 2:32 
GeneralConverting XML content into a tabular format Pin
peesapati7-May-05 1:50
peesapati7-May-05 1:50 
Hi,

I have a xml file with about 3 levels. I would like to convert this data into a tabular format. i.e., if the xml is of type:

<Company>
<GroupName>Technology
<Student>
<Name>
<FirstName>Bill</FirstName>
<LastName>Gates</LastName>
</Name>
</Student>
</GroupName>
<GroupName>Art
<Student>
<Name>
<FirstName>Da</FirstName>
<LastName>Vinci</LastName>
</Name>
</Student>
</GroupName>
<GroupName>Sports
<Student>
<Name>
<FirstName>Pete</FirstName>
<LastName>Sampras</LastName>
</Name>
</Student>
</GroupName>
</Company>

The output should be of the format:

GroupName FirstName LastName
********* ********* ********

Technology Bill Gates
Art Da Vinci
Sports Pete Sampras

Hope you got my problem. I do not want to use any dataset stuff. Can it be done using plain XML classes. I could get the data in name:value pairs. But from that how do i show them in a tabular format (say, on a label control) ?



Thanks in advance
Prasad P
GeneralRe: Converting XML content into a tabular format Pin
Dave Kreskowiak7-May-05 5:05
mveDave Kreskowiak7-May-05 5:05 
GeneralI want to execute the system EXE files through Vb.NET Pin
fayaz ahamed7-May-05 1:37
fayaz ahamed7-May-05 1:37 
GeneralRe: I want to execute the system EXE files through Vb.NET Pin
Fernando Soto7-May-05 6:10
Fernando Soto7-May-05 6:10 
Generalapi in vb Pin
_tasleem6-May-05 21:27
_tasleem6-May-05 21:27 
GeneralRe: api in vb Pin
Fernando Soto7-May-05 3:10
Fernando Soto7-May-05 3:10 
GeneralRe: api in vb Pin
Dave Kreskowiak7-May-05 5:04
mveDave Kreskowiak7-May-05 5:04 
GeneralCrystal Reports, Active Report Pin
Madni Abbasi6-May-05 21:20
Madni Abbasi6-May-05 21:20 
Generalspatial analysis Pin
fuel2run6-May-05 21:04
fuel2run6-May-05 21:04 
GeneralRe: spatial analysis Pin
Colin Angus Mackay6-May-05 22:28
Colin Angus Mackay6-May-05 22:28 
GeneralRe: spatial analysis Pin
fuel2run6-May-05 23:43
fuel2run6-May-05 23:43 
GeneralRe: spatial analysis Pin
Colin Angus Mackay6-May-05 23:52
Colin Angus Mackay6-May-05 23:52 
GeneralRe: spatial analysis Pin
fuel2run7-May-05 1:45
fuel2run7-May-05 1:45 
Generalms word inside vb.net form Pin
bugsome6-May-05 20:21
bugsome6-May-05 20:21 
GeneralMenu Pin
nitin_ion6-May-05 19:37
nitin_ion6-May-05 19:37 
NewsRe: Menu Pin
MAAQ10-Nov-05 7:49
MAAQ10-Nov-05 7:49 
GeneralRe: Menu Pin
MAAQ10-Nov-05 7:51
MAAQ10-Nov-05 7:51 
GeneralToolTip over the label Pin
Martin@captivasystems6-May-05 9:19
Martin@captivasystems6-May-05 9:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.