Tag: File handling
-
File Handling in Isolated Storage in Silver Light
Objective This article will explain, How to create a text file in IsolatedStorageFile of a SilverLight 2 application. How to write into a text file in IsoltaedStorageFile. How to read a text file from IsolatedStorageFile. How to delete a file from IsolatedStorageFile. Step 1 Create a SilverLight application. By selecting File->New->Project->SilverLight-> SilverLight Application.Design the XAML…