Display Word Document in browser
-
How do i display a Microsoft Word Document in Browser in ASP.NET Any Ideas Thanks Kal
-
How do i display a Microsoft Word Document in Browser in ASP.NET Any Ideas Thanks Kal
string Fname = "c:\yourFile.doc"; Response.ClearContent(); Response.ClearHeaders(); Response.ContentType = "application/vnd.ms-word"; Response.WriteFile(Fname); Response.Flush(); Response.Close();
how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things --thedailywtf 3/21/06
-
string Fname = "c:\yourFile.doc"; Response.ClearContent(); Response.ClearHeaders(); Response.ContentType = "application/vnd.ms-word"; Response.WriteFile(Fname); Response.Flush(); Response.Close();
how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things --thedailywtf 3/21/06
I tried that I created a page and wrote those things in the Page_Load Event and its throwing up an error. Am i doing some thing wrong. This is error An invalid character was found in text content. Error processing resource 'http://localhost:2550/TestWebsite/Test.aspx'. Can you please help me
-
I tried that I created a page and wrote those things in the Page_Load Event and its throwing up an error. Am i doing some thing wrong. This is error An invalid character was found in text content. Error processing resource 'http://localhost:2550/TestWebsite/Test.aspx'. Can you please help me
Sorry my bad. fix this line Response.ContentType ="application/msword";
how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things --thedailywtf 3/21/06