Hi Ken,
Your question is difficult to answer as you've asked it. So far, we know
that your requirements are:
1. You have a page with labels in it containing some sort of data from some
unknown source.
2. You need to "pass the info" in the labels to another page.
These requirements are not complete enough to give a good answer to. First,
where is all this data coming from? Second, what is it for (what do you need
it for)? Is it data that is input by the user? I ask this because apparently
it is not, and a form text box is an input device for the user to input
data. If the data doesn't change, using a form field is a bad idea.
So, backing away for a moment from your interface design, we need to know
what the app is supposed to be doing with this data. The interface design is
dependent upon the business requirements for your app.
For example, assuming that these labels are populated on the server, what is
the requirement that dictates that they should be "passed" to another page?
The other page is on the server as well, and could well grab the data from
the same location on the server as the first page. Can you provide more
information about your specific requirements?
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
"Ken McCrory" <kl*****@removefornospammers.smsu.edu> wrote in message
news:Om**************@TK2MSFTNGP10.phx.gbl...
I have a web form page (.aspx) with 95 label controls that I now need to be
text boxes. Is there an easy way to change those to what I want using
something like a find and replace or am I stuck "changing" each one by
hand
by deleting the label and dragging a text box in its place?
Alternatively, the reason I think I need text boxes is that I need to pass
the info in the labels to another page and its not working unless I use a
text box. Is there a way to pass info from labels to another page?
Which problem is easier to solve?
Ken "BiggMakk" McCrory