Mas

Mas

  • NA
  • 478
  • 70.5k

How to move microsoft tools to top of the document

Mar 17 2020 1:32 AM
Hello Members,
 
Hope you are doing good!!
 
 
How to move this microsoft tool to top of the resume.
 
Here is the below code i am using.
 
CS code: 
string office_access = "https://view.officeapps.live.com/op/embed.aspx?src= resume URL";
resume_viewer.Src = office_access;
 
Microsoft ASPX tool: https://view.officeapps.live.com/op/embed.aspx? 
 
ASPX code:
<iframe id="resume_viewer" runat="server" width="650px" height="700px" class="frame"></iframe>
Can any one guide me earliest.
 
Thank you in advance!!