Hi,
i am using cute editor 6.3 on my page(vb.net application). I have added a text box control inside editable area of cute editor, the tag used for it as :
<input id="BalID" style="width: 170px; color: #0000ff; height: 22px;" value="123" name="ID" type="text" align="baseline" />
I want to change the value of text box control from 123 to 123456 from normal view of Cute Editor, and want to save it. But i am not able to save new values.
So please help me in this.
Thanks