Selected Index Changed |
|
Answered By
Ehsan Eskandarimashhadrizeie
on
2/19/2010 10:04:26 AM |
|
|
|
|
Hi Komail,
First off you should enable auto post back property of dropdown list to true.
then write public method for filling gridview. Finally at the method of selected index changed of the dropdown list call the fillTheGridview.
At the fillThe Gridview you should make your connection string by using selected value of dropdown list.
I hope this could help you. |
|
|
|