|
Posted by Ivαn Sαnchez Ortega on 12/30/07 13:30
Gilles Ganault wrote:
> For business apps, we need a good, solid, bound- and unbound grid
> widget. In VB Classic apps, we use ComponentOne's VSFlexGrid widget
> www.componentone.com
>
> I was wondering if there are equivalent widgets for PHP apps, or we
> should rather look at what's available in the ASP.Net world.
>
> If you have worked with both environments, what would you recommend
> for this precise need?
I recommend you to grasp the concept of both PHP and ASP.
They are languages whose only purpose in life is to output HTML, which is
rendered by a web browser.
So, grids. You need a grid to be displayed by a web vrowser. Good. You'll
have to use either experimental features of HTML5 or lots of javascript.
And, to output that pieces of HTML5 or javascript, you can use either PHP or
ASP.
Your call.
--
----------------------------------
IvΓ‘n SΓ‘nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
Give a man a fish, he owes you one fish.
Teach a man to fish, you give up your monopoly on fisheries.
(read on slashdot.org)
Navigation:
[Reply to this message]
|