[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

richard

12/5/2003 12:54:00 AM

Is there anyway todo a multiline runas="server" textbox within a mobile web-app?

Much hair pulling occuring....
2 Answers

César A. Fong Espinola

12/8/2003 6:47:00 PM

0

or something seems as a textarea control????

César

"Richard Jones" <richard@binaryrefinery.com> wrote in message
news:5880cf71.0312041653.22bcd2b8@posting.google.com...
> Is there anyway todo a multiline runas="server" textbox within a mobile
web-app?
>
> Much hair pulling occuring....


Sanjay Shetty

1/23/2004 6:14:00 AM

0

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

"Richard Jones" <richard@binaryrefinery.com> wrote in message
news:5880cf71.0312041653.22bcd2b8@posting.google.com...
> Is there anyway todo a multiline runas="server" textbox within a mobile
web-app?
>
> Much hair pulling occuring....