Hello
I am trying the code below with ASP.NET 2.0.
I am trying to have the width of the dropdownlist1 equal 260 px
Below is my code, could someone point out my error?
Thanks
Dave
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Test_BulletList.aspx.vb" Inherits="ChangeManagement.Test_BulletList" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
<html xmlns=" >
<head runat="server">
<title></title>
<style type = "text/css">
Col2
{width:"260px"
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<aspropDownList
ID="DropDownList1"
CssClass="Col2"
runat="server">
</aspropDownList>
</div>
</form>
</body>
</html>
I am trying the code below with ASP.NET 2.0.
I am trying to have the width of the dropdownlist1 equal 260 px
Below is my code, could someone point out my error?
Thanks
Dave
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Test_BulletList.aspx.vb" Inherits="ChangeManagement.Test_BulletList" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
<html xmlns=" >
<head runat="server">
<title></title>
<style type = "text/css">
Col2
{width:"260px"
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<aspropDownList
ID="DropDownList1"
CssClass="Col2"
runat="server">
</aspropDownList>
</div>
</form>
</body>
</html>