Question: when new employee created I have to send mail to the admin. right now mail sending successfully but when admin clicks the link directly it should open the created employee partial view along with partial 1 and partial view 2 for your reference please find below the image.
i dont know how to do this one. right now directly i called the action method Example:
it should call the following action method
- //websitename/seachcountry
- //websitename/listofemployee
- //websitename/emplyesearchbyid
which is the best way to call from the email link. Thanks.

Partial View 3?