Click here to Skip to main content
15,917,328 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i read thi file in xml by using textboxes individualy
any one tell me.....

this is file path.

C:\Documents and Settings\anusha\Desktop\flashrecorder.xml

XML
- <CONFIG>
- <SETTINGS>
  <PLAYER_SETTINGS Name="License" Value="6b100nwghzms2cqk8v5prdjyf7t493" />
  <PLAYER_SETTINGS Name="SiteURL" Value="http://irrex.ctco.lv:81/videocapture/" />
  <PLAYER_SETTINGS Name="ServerURL" Value="rtmp://10.101.101.2:1935/oflaDemo/" />
  <PLAYER_SETTINGS Name="FPS" Value="10" />
  <PLAYER_SETTINGS Name="AudioRate" Value="11" />
  <PLAYER_SETTINGS Name="VideoWidth" Value="320" />
  <PLAYER_SETTINGS Name="VideoHeight" Value="240" />
  <PLAYER_SETTINGS Name="VideoCompression" Value="85" />
  <PLAYER_SETTINGS Name="AudioGain" Value="50" />
  <PLAYER_SETTINGS Name="SaveScript" Value="http://irr.ctco.lv/agjbrs/SaveVideoFile.aspx" />
  <PLAYER_SETTINGS Name="AudioActivity" Value="50" />
  <PLAYER_SETTINGS Name="VideoActivity" Value="50" />
  <PLAYER_SETTINGS Name="MaxRecordingTime" Value="50" />
  <PLAYER_SETTINGS Name="Color" Value="0x000077" />
  <PLAYER_SETTINGS Name="EmbedURL" Value="http://irrex.ctco.lv/videocapture/player.swf" />
  <PLAYER_SETTINGS Name="ShareURL" Value="http://irrex.ctco.lv/videocapture/share.aspx" />
  <PLAYER_SETTINGS Name="LogoURL" Value="http://irrrx.ctco.lv/videocapture/logo.jpg" />
  <PLAYER_SETTINGS Name="RedirectURL" Value="http://irrex.ctco.lv/agjbrs/Videorecorder.aspx?from=save" />
  <PLAYER_SETTINGS Name="ShowLinkButton" Value="false" />
  </SETTINGS>
- <MSG>
  <ERROR Name="Saving" Value="Saving file to the database..." />
  <ERROR Name="SaveSuccess" Value="The file has been saved successfully" />
  <ERROR Name="SaveError" Value="There was an error saving the file.Plz Check File size" />
  <ERROR Name="NoMic" Value="You do not have a microphone installed" />
  <ERROR Name="NoCam" Value="You do not have a camera installed" />
  <ERROR Name="MaxRecordingTime" Value="Time limit" />
  </MSG>
  </CONFIG>
Posted
Comments
anusha 2 28-Feb-12 0:36am    
Display XML nodes in textbox with correct format
Sergey Alexandrovich Kryukov 28-Feb-12 0:53am    
What does it mean "read using textboxes"?
--SA
anusha 2 28-Feb-12 1:02am    
read xml file and display to many text box

if i'm correct you want each information in different text boxes
following links will help you reading a xml file then you can display each information as you like in different textboxes

http://support.microsoft.com/kb/307548[^]

Reading an XML file using .NET[^]
 
Share this answer
 
Load the XML in DataSet. And using loop(for or for each) you can show the value in text-boxes.

Load XML to DataSet[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900