|
-
Dec 30th, 2009, 07:55 AM
#1
Thread Starter
Addicted Member
about .net mobile control
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.
-
Dec 30th, 2009, 08:33 AM
#2
Re: about .net mobile control
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
-
Dec 30th, 2009, 08:57 AM
#3
Thread Starter
Addicted Member
Re: about .net mobile control
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?
-
Dec 30th, 2009, 09:03 AM
#4
Re: about .net mobile control
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.
-
Dec 30th, 2009, 09:45 AM
#5
Thread Starter
Addicted Member
Re: about .net mobile control
hi~
i already download the code~ but how to attach it on vb?
-
Dec 30th, 2009, 09:56 AM
#6
Re: about .net mobile control
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
-
Dec 30th, 2009, 10:53 AM
#7
Thread Starter
Addicted Member
Re: about .net mobile control
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
-
Dec 30th, 2009, 11:01 AM
#8
Re: about .net mobile control
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
-
Dec 30th, 2009, 11:22 AM
#9
Re: about .net mobile control
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.
-
Dec 30th, 2009, 11:27 AM
#10
Thread Starter
Addicted Member
Re: about .net mobile control
OK..any good WML tutorial ? i think i have to understand how the WML works. thanks
-
Dec 30th, 2009, 11:30 AM
#11
Re: about .net mobile control
-
Dec 30th, 2009, 11:37 AM
#12
Thread Starter
Addicted Member
Re: about .net mobile control
-
Dec 30th, 2009, 11:40 AM
#13
Re: about .net mobile control
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|