Hello again,
can some body tell me how to create a multiple line input box in .net mobile?
i can't find any control similar like (vb.net richtextbox) in asp.net mobile.:wave:
Printable View
Hello again,
can some body tell me how to create a multiple line input box in .net mobile?
i can't find any control similar like (vb.net richtextbox) in asp.net mobile.:wave:
There isn't one. What you can do, though, is use the mobile textbox control and give it a height and width. This is a WML limitation
sorry for another noob question again ~.~"
how to increase the text box height~ i can't found any height adjustment on the properties. ?.? izit hard code on html or css?
Oops, my mistake. I was thinking of something else. Right, the mobile textbox doesn't have height width properties either.
Have a look at using this custom control
http://www.asp.net/community/control...Item.aspx?i=89
I don't know if it'll work, judging by the comments, but it's worth a try.
hi~
i already download the code~ but how to attach it on vb?
Hey,
Are you targeting a specific browser on the mobile device? If so, it might appear that there is a work around here:
http://www.dotnet247.com/247referenc.../12/63852.aspx
i.e. if it is Pocket IE.
Gary
thanks for advise..
but my purpose is for all mobile phone which have GPRS/3G is able to access. That's means my application is work like a website. every 1 with a password then can access the application
Hey,
In which case, you have to take into consideration, that depending on the phone, and the browser that it uses, the actual displayed content of the various asp.net mobile controls will be different on each browser. That is because the browser may or may not be able to render the content in a particular way, so it will do it in a different way. The ASP.Net Calendar control is a good example of this.
Gary
WML is a better implemented standard (and small), though, so most phones renders it right.
Taking that into account and the other thread, you should stick to WML, a phone app is no good for you.
OK..any good WML tutorial ? i think i have to understand how the WML works. thanks
Hey,
Have a look here:
http://www.wwwcoder.com/Default.aspx...d=470&type=art
You also might want to check out:
http://www.asp.net/mobile/
Gary
Great! Thanks a lot :wave::wave::wave: