2
Answers

Retrieve data Grideview when SelectedIndexChanged

ToBe

ToBe

12y
1.3k
1
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();
                  
                
        }
Answers (2)
0
Anna Hawks

Anna Hawks

NA 243 0 16y
Sounds suspiciously like a class project. :-) Is there a specific question you are asking or are you just wanting the code for the whole thing to turn in?