How did Janus do it (ASP.NET control?)

  • Thread starter Thread starter Larry David
  • Start date Start date
L

Larry David

Hi,

I was checking out the UI at www.janusys.com and was very impressed. Is
this all done with ASP.NET controls or are they embedding a .NET app into
the page somehow? If it's done with ASP.NET controls, which ones? I want to
use them! It doesn't appear that it was done with the controls that Janus
sells since the only ASP.NET control that they're selling is a grid control.

David
 
Hi,

I was checking out the UI at www.janusys.com and was very
impressed. Is
this all done with ASP.NET controls or are they embedding a .NET app
into the page somehow? If it's done with ASP.NET controls, which ones?
I want to use them! It doesn't appear that it was done with the
controls that Janus sells since the only ASP.NET control that they're
selling is a grid control.


Looks like they used their Janus UIPanelManager. Why don't you e-mail Janus
and ask them?

Are you seriously going to design a website that looks like Janus' website?
I don't think it's very practical for a real web application unless you're
trying to replicate a desktop app.
 
This is Janus' official response:

"The WinForms version of the UI controls cannot be used in ASP.NET web
forms, the ASP.NET version of the Panels you see in our site is going to
enter in beta stage soon but it is a completely different control than the
WinForms version."

Their GridEX web control is also used extensively throughout the web site.
 
Are you seriously going to design a website that looks like Janus'
website?

Absolutely not... I had just never seen a web-based UI like that one
before and was curious how they did it.
 
Back
Top