I only have access to the .ascx file and not codebehind.
I want to be able to display only the left portion of a string returned by a <asp:label
control.
I've thought about styling the label as display:none
; and addind a second <asp:label
and setting the text property from the hidden control with some javascript manipulation but I can't work out how?
Any ideas?