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
ashok kumar
NA
33
16.9k
dropdown select item show the another grid
May 11 2015 1:40 AM
My Aspx Code:
<div>
<asp:DropDownList ID="DropDownList1" runat="server" Height="35px" Width="90px" OnSelectedIndexChanging="DropDownList1_SelectedIndexChanging">
<asp:ListItem>Select</asp:ListItem>
<asp:ListItem>School</asp:ListItem>
<asp:ListItem>Collage</asp:ListItem>
<asp:ListItem>Office</asp:ListItem>
</asp:DropDownList>
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
</div>
I have one dropdownlist which contain value of school and office i have also table in school and office i have also grid. when i select school in dropdownlist the grid display must the school table and vivice-versa.
Thank You,
Reply
Answers (
3
)
web application to play local drives mp3 file
Bind database to textbox with EF