Array of literals or better?

  • Thread starter Thread starter Duncan Welch
  • Start date Start date
D

Duncan Welch

Hi,

I've got a web page that requires a value pulled from a strongly typed
dataset to be displayed 7 or 8 times. Does anyone have any opinion on the
best way to do this? It seems stupid to use 8 <asp:literal> page
elements....

Thanks in advance,

Duncan
 
why not have a repeater or datalist, bound to the dataset
and refresh the datalist/repeater each time the value
needs to be changed
 
Thanks for the thought; problems is they're not in "orderly" locations -
they're scattered throughout the page.

Dunc
 
Back
Top