Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > use Excel2000 as web interface to collect user input?

Reply
Thread Tools

use Excel2000 as web interface to collect user input?

 
 
Michael
Guest
Posts: n/a
 
      08-11-2005
Hi All,

I am working on my intranet reporting web site, by use of IIS5 + Office2000
+SQL2000.

Currently, the first step, I show user an ASP web-interface to collect user
input, keyword etc.,use "<Form name=xxxx Action=MyAction.ASP
method=post>........</Form>"
then these user input values will be submit to action page to run reports
for user.

My problem is, sometimes user needs to input lots of different set of
keyword, which are prepared in his own execel2000 worksheet. Can I use an
Excel2000 file instead of asp page to collect user input and send to the
action page MyAction.asp?
Sine excel2000 can support copy/paste on more cells/columns, better that web
<Form....> control.

I am thinking anther way is: How can I bound a Grid control( like data-grid
in VB6) in asp page, then user can copy and paste data to it with more than
one columns and rows?


Thank you very much
Michael


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"multiple putchar()'s" versus "collect chars in char-array and use puts()" - speed/efficiency anon.asdf@gmail.com C Programming 9 10-19-2007 11:50 PM
ASP read the execl cell's data, web page created from Excel2000 -- Save as web page Michael ASP General 0 08-14-2005 10:10 AM
Do I need to use GC.Collect? If yes, where? Antonio ASP .Net 11 07-27-2005 12:47 PM
collect web service client ip Grant Merwitz ASP .Net Web Services 1 11-11-2004 08:47 PM
how to use for_each to collect some info from a vector into anothervector John Black C++ 18 06-16-2004 01:56 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57