Created
July 21, 2017 16:02
-
-
Save bjoerntx/d6b2c837a9f742a359a9131911c56608 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 void Page_Load(object sender, EventArgs e) | |
{ | |
TextControl1.SetFileDirectoryAsync(Server.MapPath("documents"), | |
TXTextControl.Web.FileType.Document); | |
TextControl1.SetFileDirectoryAsync(Server.MapPath("images"), | |
TXTextControl.Web.FileType.Image); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment