All,
I have a requirement that build up essentially a connection string based on the user selecting one value from each step on a 5 step wizard. I was wanting to show the progress of this string being built up when each value selected selected and on each step, ie on selected the value in step one the it displays it underneath the progress bar and when the user moves to the next step the value is there and updated to include the value selected in step two etc
I currently have a series of labels on each step incrementally number L1, L2, L3 (as i can't have a controlled named the same on different steps) and the values are set in the code behind.
Is there a more elegant way of have one control that exists on all pages and is simply updated via ajax
many thanks
Matt