-
Excel Type Charts in ASP
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.
-
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.