You are not logged in.
Pages: 1
Can I use Xinha with <asp:TextBox> in asp.net rather than HTML Text Areas? If so, how?
Offline
I notice this doesn't work:
<asp:TextBox ID="anotherOne" runat="server" TextMode="MultiLine"></asp:TextBox>
It seems it doesn't like the runat tag...
Offline
Well for a start, you're missing a name attribute, unless the asp adds one? I don't know how asp produces the textarea from your "textbox", but Xinha is not concerned with any backend language you use, write your backend in 8086 assembly for all it cares. As long as there is a textarea, that's all it needs.
James Sleeman
Offline
Pages: 1