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
Anjali Khan
NA
867
223.2k
how to unvisiable lable when value select in dd in asp.net
Dec 1 2017 12:24 AM
Hi frnds
i have a asp form where dropdownlist.from to this dropdown i selected value so here i want if i select on perticular department so some textbox n labee
should be hide .i am able to do text box but how to unvisible label
my code like this
<div class="row form-group">
<label class="col-md-2 col-xs-12" for="<%=ddlDepartName.ClientID %>">
Department Name<span class="redtext">* </span>:</label>
<div class="col-md-6 col-xs-12">
<asp:DropDownList ID="ddlDepartName" CssClass="form-control" runat="server" AutoPostBack="True"
CausesValidation="false">
</asp:DropDownList>
</div>
</div
dropdown i can hide but if i hide this label is visiable
please clera this.its urgebt
Reply
Answers (
2
)
microsoft visual studio has encountered a problem
How to change color of label on click event