Data entry in asp like excel spreadsheet

J

Jack

I have asp project where large volume of data entry would be done. I am
trying to find out if there is any tool that can allow me to build asp
application where the forms would be like excel spreadsheet. I appreciate any
help. Thanks.
 
T

Tim Slattery

Jack said:
I have asp project where large volume of data entry would be done. I am
trying to find out if there is any tool that can allow me to build asp
application where the forms would be like excel spreadsheet. I appreciate any
help.

Regardless of whether you're running ASP, J2EE, PHP, or anything else
at the server, your user interface is HTML. The nearest thing in HTML
to an Excel spreadsheet would be an HTML table with an <input
type="text"...> element in each cell and *lots and lots* of
client-side Javascript.

You also use ActiveX (if you can persuade your users to install them),
Flash, Shockwave, Java applets, which can deliver a richer client-side
interface. They all require a steeper investment in programming time,
of course.
 
J

Jack

Thanks for your feedback. I appreciate it.

Tim Slattery said:
Regardless of whether you're running ASP, J2EE, PHP, or anything else
at the server, your user interface is HTML. The nearest thing in HTML
to an Excel spreadsheet would be an HTML table with an <input
type="text"...> element in each cell and *lots and lots* of
client-side Javascript.

You also use ActiveX (if you can persuade your users to install them),
Flash, Shockwave, Java applets, which can deliver a richer client-side
interface. They all require a steeper investment in programming time,
of course.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top