Created
July 21, 2017 16:03
-
-
Save bjoerntx/f1630017d8dec13e3cf06abfeb012c06 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) _ | |
Handles Me.Load | |
TextControl1.SetFileDirectoryAsync(Server.MapPath("documents"), | |
TXTextControl.Web.FileType.Document) | |
TextControl1.SetFileDirectoryAsync(Server.MapPath("images"), | |
TXTextControl.Web.FileType.Image) | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment