G
Guest
How can the text property of the label web server control be formatted to
display more than one piece of text. For exmaple - I currently have the
below code. Currently this will just display the "ID" dataitem, but I want
it to say "The identification number is "ID"". How would I do this?
CODE...
Text='<%#DataBinder.Eval(Container.DataItem, "ID") %>'
display more than one piece of text. For exmaple - I currently have the
below code. Currently this will just display the "ID" dataitem, but I want
it to say "The identification number is "ID"". How would I do this?
CODE...
Text='<%#DataBinder.Eval(Container.DataItem, "ID") %>'