PDA

Click to See Complete Forum and Search --> : Excel Type Charts in ASP


sodhichd
Jul 12th, 2001, 08:18 AM
Hi,

I have two questions.


1. How to make excel type charts in ASP?

2. I have around 40-100 text boxes. They are build dynamically
using the ASP Script. I have to perform some calculations on
some text boxes when ever the value changes in some.

Is there some way in which we can use a For Loop to access
all the text boxes.

Something like

For Each Control in

Any ideas.

Thanks.

Sastraxi
Jul 12th, 2001, 11:02 AM
1. You can open a spreadsheet in almost the same way you open a database, you just change the type of the database in the connection string. (I think)
2. I'm not sure but you may be able to use an array.