Build a "Normal" Website with pages.

0
1

Hi everyone, I think a question similar to this has already been addressed, however I still have doubts. I know that WiseJ was designed to make Web Applications, however I found it extremely easy to build a website, and I was wondering if it is possible to make a “normal website”, while still using fantastic drag and drop and code, and make the website faster, like a normal html, css and php page. Something that you can do navigation and use a /page1 and then /page2, and when changing the URL update the page for the respective content. I don’t know if you could see what I want, but basically it’s a way to develop a normal website using WiseJ.

  • You must to post comments
0
0

Hi Ruben,

Do you still need help with this?

Best,

Alaa

  • You must to post comments
0
0

Hi Ruben,

Even though Wisej.NET is a Framework used primarily for Building Web-based applications, it can also be used to build simple websites.
I have attached a basic application to kickstart your journey!

Basically, using the Application’s hash part of the URL, you can redirect your application to display pages when handling the Application.HashChanged event.

Make sure to handle the Application.SessionTimeout event too, otherwise the Session Timeout pop-up will appear!

You can also pay a visit to our DemoBrowser, an application made specifically to demonstrate Wisej.NET’s many many capabilities!
It’s available HERE, and you can also check out its source code HERE.
HTH,
Alaa

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.