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
ToBe
NA
164
94.4k
Retrieve data Grideview when SelectedIndexChanged
Mar 24 2013 3:50 AM
Hi everybody
I have dropdown list contain all the University inserted in my database and I want when the event SelectedIndexChanged clicked to show a grideview contain data related to the selected item I created the gridview and I wrote this code when SelectedIndexChanged
protected void DropDownList3_SelectedIndexChanged(object sender, EventArgs e)
{
string Grdvw = GridView1.Visible.ToString();
}
Reply
Answers (
2
)
Streamreader with multiple files
Enum in C#