Is there an implementation of Gridview in PHP as in .NET?

by 2 replies
3
Hello Friends


I wanted to know if there is an implementation of grid view in PHP as in .NET?


Thank You
#programming #gridview #implementation #net #php
  • I guess you won't find many PHP programmers that are using .net as well (although they surely do exist )
    Well, can you give a link showing what a GridView in .net is?
  • There is no "default" gridview for PHP, but there are some 3rd party AJAX controls that will do most, if not all, of what GridView does..

    Have a search on Google for AJAX Grid components, that should narrow things down for you.

    I agree with Saschakimmel, very few PHP programmers worth with .NET I think this is maily duwe to most PHP applcaition run on LINUX/UNIX based servers

    Take care

    Bruce