Data from One Frame to Another
Hi All!
I am new to the DOT NET
In ASP.NET i am facing one problem
I have two frames in my WebForm.
If the first of i have few option to select for the user.
Based on the selection criteria the user has to display the corresponding details in the second Frame.
For Example:
In Frame one i Have "Department" and "Designation".
If user Selects Departmnet : Admin
and Desigantion : Officer
Then in the second frame all Officers details who are working in the Admin details should be displayed.
My Problem is:
How to pass the data after selecting the "Department" and "Desigantion" to the 2nd frame.
Thanks & Regards
Nagendra K.