or something seems as a textarea control????
C?sar
> Is there anyway todo a multiline runas="server" textbox within a mobile web-app?
>
> Much hair pulling occuring....
By default there is not MultiLineTextBox available.
Essentially you need to write a new control from scractch and create a new
adapter.
I have recently written code for a multi-line text box, I could share it
with you. However as of now I've only implemented an HTMLControlAdapter, if
you want I could share the code with you.
Sanjay Shetty
> Is there anyway todo a multiline runas="server" textbox within a mobile web-app?
>
> Much hair pulling occuring....