Source Code
Source Code
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style4 {
text-align: center;
}
.newStyle6 {
font-style: normal;
font-size: x-large;
}
.newStyle2 {
background-color: #3366CC;
}
.auto-style9 {
font-size: larger;
font-style: inherit;
font-weight: bold;
font-variant: normal;
color: #000040;
width: 205px;
}
.newStyle4 {
font-size: larger;
font-style: inherit;
font-weight: bold;
font-variant: normal;
color: #000040;
}
.auto-style5 {
width: 205px;
text-align: left;
}
.auto-style3 {
width: 355px;
margin-left: 40px;
}
.auto-style8 {
width: 355px;
margin-left: 40px;
text-align: left;
}
.auto-style6 {
width: 205px;
height: 26px;
text-align: left;
}
.auto-style7 {
width: 355px;
margin-left: 40px;
height: 26px;
text-align: left;
}
.auto-style2 { height: 54px;
text-align: left;
}
.auto-style10 {
width: 355px;
margin-left: 40px;
height: 26px;
}
.auto-style12 {
font-size: larger;
font-style: inherit;
font-weight: bold;
font-variant: normal;
color: #000040;
width: 355px;
}
.auto-style13 {
width: 205px;
text-align: left;
height: 24px;
}
.auto-style14 {
width: 355px;
margin-left: 40px;
height: 24px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
Code Behind:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
}
/* protected void Button1_Click(object sender, EventArgs e)
{
}*/
protected void Button1_Click1(object sender, EventArgs e)
{
Panel1.Visible = true;
}
}