<%
// Create our variable
String strYouTube = YouTube.Text;
String UTube;
// Next we call our variable and query it against the value of the input
if (strYouTube != null && strYouTube != string.Empty)
{
UTube = strYouTube.Trim();
UTube = UTube.Replace("\'", "\'");
%>
<%
}
%>