Hello,
I have the following question about SharePoint Portal Server 2003.
Where do I put my custom made ASPX pages. I made a custom ASPX page (details.aspx) that’s is going to be referred to by an HyperLinkColumn from within a Web Part:
newColumn_Companyname.DataNavigateUrlFormatString ="javascript:void window.open('details.aspx?contact_id={0}', null,'left=1; top=500; width=1024; height=150; scrollbars=1; resizable=0')";
The new IE window is opened, only I get a “404 page cannot be found” error. Where do I have to put my custom made ASPX page in?
Greetings,
Simon