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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Net; | |
using System.Security; | |
using System.Text; | |
using System.Threading.Tasks; | |
using Microsoft.SharePoint.Client; | |
using Microsoft.Office.Interop; | |
using Excel = Microsoft.Office.Interop.Excel; |
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
<div class="container-fluid"> | |
<div class="row"> | |
<div class="col-md-2"> | |
<form role="form"> | |
<div class="form-group"> | |
<label for="exampleInputEmail1"> | |
Email address | |
</label> | |
<input type="email" class="form-control" id="exampleInputEmail1" /> |