or
| <asp:Button ID="btnTooltip" runat="server" Text="ToolTip" /> |
| <telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID="btnTooltip"> |
| <ul> |
| <li>item 1</li> |
| <li>item 2</li> |
| <li>item 3</li> |
| </ul> |
| </telerik:RadToolTip> |

Hi,
I want to create a simple upload mechanism to Azure. I want to have a text field whre the user will enter some text and that text will became the folder name in Azure storage for that upload.
How it would be recomended to do?