Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 30th, 2006, 03:55 PM
LeoKPorto
Guest
 
Posts: n/a
Default ASp Spreadsheet

Hi, i am having a problemn thinking on a solution to make a web application.
This is the scenario: I have to make an application that should catch some
user data on the screen and pass it to a database. Here is the problemn: the
data that the user will pass is huge. I am talking about some columns and 27
rows. 3 rows as caption rows and the other 24 to get the data. How can i do
that? I thought about making columns with textboxes (with ids like R1C1,
R2C2, R1C4...) in a dynamic table inside a form and submit it. But the boss
wants an excel spreadsheet look into it. I am relutant about using OWC
because first, i don't know if the users will have the office installed and
secondly because if they do have office installed, how can i know what
version of office is everybody using?

Does anybody have a sugestion about how can i do that?
How can i make a spreadsheet interactive look like?
How can i pass the data from the browser to the server?

thanks,
leokporto
  #2  
Old August 30th, 2006, 06:25 PM
Adrienne Boswell
Guest
 
Posts: n/a
Default Re: ASp Spreadsheet


LeoKPorto wote:
Quote:
Hi, i am having a problemn thinking on a solution to make a web application.
This is the scenario: I have to make an application that should catch some
user data on the screen and pass it to a database. Here is the problemn: the
data that the user will pass is huge. I am talking about some columns and 27
rows. 3 rows as caption rows and the other 24 to get the data. How can i do
that? I thought about making columns with textboxes (with ids like R1C1,
R2C2, R1C4...) in a dynamic table inside a form and submit it. But the boss
wants an excel spreadsheet look into it. I am relutant about using OWC
because first, i don't know if the users will have the office installed and
secondly because if they do have office installed, how can i know what
version of office is everybody using?
>
Does anybody have a sugestion about how can i do that?
How can i make a spreadsheet interactive look like?
How can i pass the data from the browser to the server?
>
thanks,
leokporto
There are a few things you can do:
1. Tell your boss that a browser is not an Excel spreadsheet. It is
also not a magazine, or book, or a host of other things that bosses
seem to think it is.
2. You can use your original idea, but use CSS to make it look
_similar_ to a spreadsheet. You might even use a little client side
javascript to make it do some simple math if necessary, or if need be,
go to the server to get data.

If you're really good with CSS, you could have to put something on the
page that says that it is _not_ a spreadsheet, lest useers get
confused. I would also suggest turning off auto complete. It may
confuse users into thinking that the input boxes are select boxes (I
actually had a client insist that an input box was a select box and he
wanted to be able to sort the list).

--
Adrienne Boswell at work
Administrator nextBlock.com
http://atlas.nextblock.com/files/
Please respond to the group so others can share

  #3  
Old September 1st, 2006, 09:25 PM
Jon Paal
Guest
 
Posts: n/a
Default Re: ASp Spreadsheet

http://msdn.microsoft.com/library/de...HV05260286.asp







"LeoKPorto" <LeoKPorto@discussions.microsoft.comwrote in message news:4FE0DA86-2C32-403E-98F5-2A2BF7A8D093@microsoft.com...
Quote:
Hi, i am having a problemn thinking on a solution to make a web application.
This is the scenario: I have to make an application that should catch some
user data on the screen and pass it to a database. Here is the problemn: the
data that the user will pass is huge. I am talking about some columns and 27
rows. 3 rows as caption rows and the other 24 to get the data. How can i do
that? I thought about making columns with textboxes (with ids like R1C1,
R2C2, R1C4...) in a dynamic table inside a form and submit it. But the boss
wants an excel spreadsheet look into it. I am relutant about using OWC
because first, i don't know if the users will have the office installed and
secondly because if they do have office installed, how can i know what
version of office is everybody using?
>
Does anybody have a sugestion about how can i do that?
How can i make a spreadsheet interactive look like?
How can i pass the data from the browser to the server?
>
thanks,
leokporto

 

Bookmarks

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles