Spreadsheet Control
-
Hi Is there a spreadsheet control available in ASP.NET? Thanks
-
Hi Is there a spreadsheet control available in ASP.NET? Thanks
There are commercial ones, or you can use the datagrid ( which is not quite the same thing )
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
There are commercial ones, or you can use the datagrid ( which is not quite the same thing )
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
What kind of technique does Google use? It must be custom of course, but I heard they used VML or SVG? What would you think be the best method to implement a custom spreadsheet control ?
-
What kind of technique does Google use? It must be custom of course, but I heard they used VML or SVG? What would you think be the best method to implement a custom spreadsheet control ?
I dunno, I guess look at the source.
Revant Jain wrote:
What would you think be the best method to implement a custom spreadsheet control ?
I dunno that I'd use SVG. It seems to me that a spreadsheet is a table, and the rest of it is just a bunch of javascript. I mean, how else could it work ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )