Plz Help Urgent
web site link http://www.dehraduntaxihire.com/
It is showing me following error on the page
C# Page Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | using System;using System.Collections;using System.Configuration;using System.Data;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Data.SqlClient;using System.Text;using System.IO;public partial class inquiry : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { } protected void sbt_Click(object sender, EventArgs e) { StringBuilder mailcontent2 = new StringBuilder(" |
Aspx Page Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="inquiry.aspx.cs" Inherits="inquiry" %><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title>title>head><body> <form id="form1" runat="server"> <asp:TextBox ID="txt1" runat="server" CssClass="form-control" placeholder="Name">asp:TextBox><br/> <asp:TextBox ID="TextBox1" runat="server" CssClass="form-control" placeholder="E-mail">asp:TextBox><br/> <asp:TextBox ID="TextBox2" runat="server" CssClass="form-control" placeholder="Phone">asp:TextBox><br/> <asp:TextBox ID="TextBox3" runat="server" CssClass="form-control" placeholder="Your Message" TextMode="MultiLine">asp:TextBox><br/> <asp:Button ID="sbt" runat="server" Text="SUBMIT" OnClick="sbt_Click" /> form>body>html> |
1 2 3 4 5 6 7 | Html Page<span style=""background-color:" #ff0000;"=""><strong><script type="text/javascript">var iframesrc1="inquiry.aspx"document.write('<iframe id="test" src="'+iframesrc1+'" width="280px" height="150px" border="0px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no">iframe>')script> |
Afzaal Ahmad ZeeshanPosted Sep 16, 2015, 5:25 PM