TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Court Pavillard
NA
7
0
Dropdown List resize?
Dec 12 2005 12:41 PM
I'm trying to get this drop downlist to have a specific width, but I don't think I'm doing this right, can ya'll provide any assistance on this?
Here is the body of the ASPX page that I'm working on.
<body>
<div id="PageBody" runat="server">
<script language="javascript">
function gotoDepartment(deptUrl)
{
window.location.href=deptUrl;
}
</script>
<form id="DepartmentsWebPart" method="post"
Width="50px"
runat="server">
<asp:DropDownList id="DdlDepartments" runat="server" EnableViewState="False">
<asp:ListItem Value="/Dashboard/">Select a Department</asp:ListItem>
</asp:DropDownList>
</form>
</div>
</body>
Reply
Answers (
4
)
workflow object to keep track of step in a process
Master Page