I have got two User controls
1) ListEmployee.ascx(Has got a DataGrid to list all the Employees and a View Button to show the Detail)
2) DetailEmployee.ascx(should display the employee list if pass a Employee ID)
Now I have got Two .aspx pages
1) ListEmployee.aspx (Which Has got ListEmployee.ascx control)
2) Detail.aspx (Which has got DetailEmployee.ascx control)
My question How can I pass the EmployeeID of ListEmployee.ascx from ListEmployee.aspx page to DetailEmployee.ascx in Detail.aspx page
Any help is realyyyyyyyy appreciated.
1) ListEmployee.ascx(Has got a DataGrid to list all the Employees and a View Button to show the Detail)
2) DetailEmployee.ascx(should display the employee list if pass a Employee ID)
Now I have got Two .aspx pages
1) ListEmployee.aspx (Which Has got ListEmployee.ascx control)
2) Detail.aspx (Which has got DetailEmployee.ascx control)
My question How can I pass the EmployeeID of ListEmployee.ascx from ListEmployee.aspx page to DetailEmployee.ascx in Detail.aspx page
Any help is realyyyyyyyy appreciated.