18-12-2019, 11:44 AM
![[Image: arduinovbnetv2.jpg]](https://1.bp.blogspot.com/-S-XKPABWta0/XfoQZ8YiKqI/AAAAAAAAArw/VuoPdBrZaY4NWtttgVkQfWZ8uJNzdsWlQCLcBGAsYHQ/s1600/arduinovbnetv2.jpg)
we can read the data file stored in Server (with public access permission) and display in the RichTextBox
The Updated Items in code
Usual import libraries
Imports System.IO
Imports System.Text
Imports System.Net
I have added a textbox (TextBox1) to read the web address and a Command Button (CommandButton1) and Richtext box (RichTextBox2) to display the data

The data written in the text file (server)
PHP function used to write in to the text file from a web form is as shown below
