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
Ankita Singh
NA
159
19k
onchange event in javavscript
Feb 26 2018 5:59 AM
<asp:DropDownList ID="Course" runat="server" class="slectbig" onchange="return ChnagePlaces()">
<asp:ListItem Value="0 " Selected="True">Select Course</asp:ListItem>
<asp:ListItem Value="1">B.Tech</asp:ListItem>
<asp:ListItem Value="2">Polytechnic</asp:ListItem>
<asp:ListItem Value="3">MBA</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ACan" runat="server" class="slectbig" >
<asp:ListItem Value="0" Selected="True"> Select </asp:ListItem>
<asp:ListItem Value="1">Appearing In Class 10th</asp:ListItem>
<asp:ListItem Value="2">Appearing In Class 12th</asp:ListItem>
<asp:ListItem Value="3">Appearing In Graduation</asp:ListItem>
</asp:DropDownList>
<asp:TextBox ID="tenthper" runat="server" placeholder="10th %" > </asp:TextBox>
<asp:TextBox ID="twelthper" runat="server" placeholder="12th %" ></asp:TextBox> <asp:TextBox ID="gradutionper" runat="server" placeholder="gradution %" ></asp:TextBox>
i m just start code in javascript soo i hv many confusion.. if i select B.tech in Course ID then show list item Appearing In Class 12th and tenthper id and other listitem and control hide.... how to do code in javascript.... i have no idea about this...
plz help me...
Reply
Answers (
9
)
Detect request aspx page loaded from cache or server
Consume asp.net webapi oAuth2 identity with angular 5