<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="test1.aspx.vb" Inherits="gfln1.test1" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server"><title></title></head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/ui.all.css" rel="stylesheet" type="text/css" /> <script src="http://projectcodegen.com/jquery.ui.datetimepicker.js" type="text/javascript"></script> </head> <script type="text/javascript"> $(function() {$('#TextBox1').datetimepicker();$('#TextBox2').datetimepicker();}); </script> <body><form id="form1" runat="server"><div>Enter Start Date/Time<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> Enter End Date/Time<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>Enter Conference days<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox><br /><asp:Button ID="Button1" runat="server" Text="Calculate Hours For businees" /></div></form></body></html>