i m start a new project
it has 6 textboxes
my problem is that
how to load textbox value from text file
like this
text file data is
<name>Alex</name> <age>22</age> <address>57, rd street</address> <city>DC</city> <state>califonia</state> <pin>00000</pin>
I want to load in my application like this
Textbox1.text = "Alex" Textbox2.text = "22" Textbox3.text = "57, rd street" Textbox4.text = "DC" Textbox5.text = "california" Textbox6.text = "00000"
Thanks in Advance







Sign In »
Register Now!










