Select from following answers:- Server.Transfer()
- Server.MapPath()

- Server.Execute()
- Server.GetPath()
- All Above
Server.MapPath specifies the relative or virtual path to map to a physical directory. Server.Transfer() and Server.Execute() methods are used to navigate from one page to another. There is no method called Server.GetPath().
Show Correct Answer
Asked In: CTS Interview |
Alert Moderator