Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 21, 2017 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/f1630017d8dec13e3cf06abfeb012c06 to your computer and use it in GitHub Desktop.
Save bjoerntx/f1630017d8dec13e3cf06abfeb012c06 to your computer and use it in GitHub Desktop.
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