Lab 6 .NET ND
Lab 6 .NET ND
Enrollment No: 92100103182 Name: Naitri Doshi Class & Batch: TC4 - C
using System;
using System.Collections.Generic;
using System.Linq; using
System.Web; using
System.Web.UI;
using System.Web.UI.WebControls;
namespace NewPrac6
{
public partial class WebForm1 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
ValidationSettings.UnobtrusiveValidationMode = UnobtrusiveValidationMode.None;
}
P6.aspx
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<b><asp:Label ID="Label1" runat="server" Text="Validator Tools"></asp:Label></b>
<br />
<br />
<br />