Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET and Sharepoint

Status
Not open for further replies.

talonic

Programmer
Jan 28, 2003
6
0
0
DE
Have anybody of you tried to use sharepoint components (i think there called webparts) in a .aspx site. It havent't got it running yet, but it would give me exciting new opportunities.

How can i say Sharepoint to process .aspx files too?

Thanks talonic
 
We implemented a billing component using aspx. I was mainly involved in the portal design but worked with the programmers. I know they had to install the .NET software on the server. They create a standard webpart and using the embedded content HTML pointed to the aspx program. Here's an example of the code used:

<iframe
frameborder=&quot;0&quot;
id=&quot;WebPartWPQ1&quot;
name=&quot;WebPartWPQ1&quot;
style=&quot;width:100%;height:800px&quot;
ddf_src=&quot; src=&quot;>
Your browser does not support IFrames.
</iframe>

HTH Ashley L Rickards
SQL DBA
 
Thank You Ashley for your Thread,

i made something like this myself. But it comes clear, that there is no interop possibility between Sharepoint Extensions and ASP.Net above the database layer.

I'm really looking forward to Visual Studio for Applications.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top