XML file Creation using VB.net

Category: Visual Basic Questions    |    0 views    |    Add a Comment
Dear friends,

I am new To Vb.net World. I have to Create a XML file like as shown below.

<Task>
<TaskStatus ID="PS0002436" status="Start" />
<TaskStatus ID="PS0002435" status="Start" />
<TaskStatus ID="PS0002434" status="Start" />
<TaskStatus ID="PS0002432" status="Start" />
</Task>

Is there any Code available for creating… i need to add the "Value" and "Status" from my code… As using .Net framework 1.1

Please Help.

Thanks and Regards,
Jayaprakash

Share/Save/Bookmark

 

Listview Column data to XML file

Category: Visual Basic Questions    |    0 views    |    Add a Comment
Dear Friends.

I need to copy particular columns from a listview to a XML file.

Example

i need 1st and 3rd Columns data’s to be copied to a XML file. Can any one help with any example code..How to get the Column data from a Listview..

Thanks and Regards,
Jayaprakash

Share/Save/Bookmark

 

problem about gridview

Category: Visual Basic Questions    |    0 views    |    Add a Comment
I have an application in that I have a form in which news are rolling up and i have taken gridview in that gridview news are rolling and i want to insert new event in that gridview.How can i do this. I want that when i click on the gridview then that rolling gridview stop then how can i insert the new event in that gridview.

Share/Save/Bookmark

 

query related to gridview

Category: Visual Basic Questions    |    0 views    |    Add a Comment
I have an application in that i have a gridview in that gridview i have a textbox and the textbox changes to dropdown and when i select value from dropdown that value goes to database ,how can i do this.Please help me out.

Share/Save/Bookmark