Posted on: 8/10/2014 9:23:34 PM | Views : 385

Can someone tell me please what's the problem with this HTML or should I download some codesniper in order to use Jquery Tab Control. Yesterday everything was going well but now trying to use the same code what I am receiving by calling the form is only Error messages.
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Calendar_form.aspx.vb" Inherits="WebApplication1.Calendar_form" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"><html xmlns="http://www.w3.org/1999/xhtml"/> <head id="Head1" runat="server">      <meta charset="utf-8"/>      <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" />    <script src="http://code.jquery.com/jquery-1.9 ...

Go to the complete details ...