G
Guest
I am working on a control that will act like a <Textarea> HTML Control that
will allow persistent data for postback. Problem is that the data will be
contained between the opening and closing <DIV> tag. Problem is there is no
Text property as there is with the <Textarea> tag. Does anyone know of any
means of grabbing the data between the div tag inorder to persist it? Will I
have to use a hidden input control? I have tried (unsuccessfully) the
InnerHTML Container control. Or Do I have to use a combination of both?
will allow persistent data for postback. Problem is that the data will be
contained between the opening and closing <DIV> tag. Problem is there is no
Text property as there is with the <Textarea> tag. Does anyone know of any
means of grabbing the data between the div tag inorder to persist it? Will I
have to use a hidden input control? I have tried (unsuccessfully) the
InnerHTML Container control. Or Do I have to use a combination of both?