Results 1 to 13 of 13

Thread: about .net mobile control

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    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.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    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?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    Re: about .net mobile control

    hi~
    i already download the code~ but how to attach it on vb?

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    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

  8. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  10. #10

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    Re: about .net mobile control

    OK..any good WML tutorial ? i think i have to understand how the WML works. thanks

  11. #11

  12. #12

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    Re: about .net mobile control

    Great! Thanks a lot

  13. #13
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width