CodeCharge Studio |
All C#.NET VB.NET |
public string Text{get;set}
Public Property Text() As String
| Exception | Condition |
|---|---|
| System.IO.FileNotFoundException | The specified file does not exist. |
FileUpload1.Text = @"c:\MyApp\UploadedFiles\image1.jpg";
FileUpload1.Text = @"c:\MyApp\UploadedFiles\image1.jpg"