G
Guest
hey all,
i have a simple web page that has one DropDownList that contains employees.
The page also has a WebUserControl that displays a GridView of records
related to the DropDownList.SelectedValue.
On the PageLoad of my web page how can i get the DropDownList.SelectedValue
(which is the EmployeeID) into the WebUserControl so i can set the SQL Select
statement to pull in the records for the correct EmployeeID?
thanks,
rodchar
i have a simple web page that has one DropDownList that contains employees.
The page also has a WebUserControl that displays a GridView of records
related to the DropDownList.SelectedValue.
On the PageLoad of my web page how can i get the DropDownList.SelectedValue
(which is the EmployeeID) into the WebUserControl so i can set the SQL Select
statement to pull in the records for the correct EmployeeID?
thanks,
rodchar