To render/include htm file in webpart
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
To render/include htm file in webpart

 
Post new topic   Reply to topic    Windows Server Forum Index -> Portal Server Development
Author Message
Krut
Guest





Posted: Mon Oct 31, 2005 1:51 pm    Post subject: To render/include htm file in webpart Reply with quote

Hi,

I have htm file added to my webpart project.The htm
file is used get the tree view display of document library
,htm file in turn refers to 2 java script files and an xml file.
The htm file works fine when viewed in browser.

Now,can anyone help me to render the htm file
webpart i.e in render webpart method.

Thanks in Advance,
Krut
Back to top
Daniel Larson (www.portal
Guest





Posted: Tue Nov 01, 2005 9:51 pm    Post subject: RE: To render/include htm file in webpart Reply with quote

Krut,

If the html is static, try including it as a compiled resource, and then get
it from the assembly using something like this:

Stream xstream =
Assembly.GetExecutingAssembly().GetManifestResourceStream("content.hml");

....and then output it as you need.

Daniel Larson


"Krut" wrote:

Quote:
Hi,

I have htm file added to my webpart project.The htm
file is used get the tree view display of document library
,htm file in turn refers to 2 java script files and an xml file.
The htm file works fine when viewed in browser.

Now,can anyone help me to render the htm file
webpart i.e in render webpart method.

Thanks in Advance,
Krut
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Portal Server Development All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB