Open new page in the same page

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/4/2010 6:49:13 AM
Gravatar
Total Posts 33

Open new page in the same page

Hello!

I have created a page "list.ascx" that list a lot os posts from a SQL database and that works great!
In that list I want to link to a new page that gives details about the post eg

<a href="MyCustomModules/Detail.ascx?AccountID=<% = Responsibledr("accountid") %>"><% = Responsibledr("name") %></a>

But when I click on that link I get

"The type of page you have requested does not deal with because it has been banned. The file name. Ascx may be incorrect. Make sure that the spelling in the URL below is correct. Requested URL: /MyCustomModules/VisitsAccountDetail.ascx"

(sorry - Google translated from the Swedish error message)

 

/Kent

You must sign in to post in the forums. This thread is closed to new posts.