ASP.NET and BLACKBERRY

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default ASP.NET and BLACKBERRY

    Has anyone had the pleasure of developing ASP.NET applications of the
    BlackBerry? I just built a simple application, and it seems not generate
    incomplete HTML tags. For instance, when an <INPUT is created, it closes it
    with /> instead of a straight >. And for some reason whatsoever, there are
    carriage/return line feeds between each new <table> tag. While IE responds
    appropriately, the BlackBerry browser puts a <BR> between each <TD> tag as
    well. Comments and pointers please!


    John Cosmas Guest

  2. Similar Questions and Discussions

    1. FLASH PLAYER 4 BlackBerry Pearl (8100)?!?
      Is there a flashplayer for the blackberry 8100?? Where!?
    2. Acrobat Forms Blackberry
      Hi: Anyone know how to create Acrobat Forms that will work with Acrobat Reader on a Blackberry?
  3. #2

    Default Re: ASP.NET and BLACKBERRY

    First of all this question is not relevant to the compact framework
    newsgroup.
    Having said that, you would be better off if you use Mobile ASP.NET (create
    a new project and choose Mobile ASP.NET application). To ensure proper
    Blackberry support make sure that web server has device update 4 installed
    [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=02fa15fe-40d9-4dce-9bb1-4dd61a5b7ccb&displaylang=en[/url]


    --
    Alex Feinman
    ---
    Visit [url]http://www.opennetcf.org[/url]
    "John Cosmas" <johncosmas@charter.net> wrote in message
    news:eWJse.1451$Gp.331@fe04.lga...
    > Has anyone had the pleasure of developing ASP.NET applications of the
    > BlackBerry? I just built a simple application, and it seems not generate
    > incomplete HTML tags. For instance, when an <INPUT is created, it closes
    > it with /> instead of a straight >. And for some reason whatsoever, there
    > are carriage/return line feeds between each new <table> tag. While IE
    > responds appropriately, the BlackBerry browser puts a <BR> between each
    > <TD> tag as well. Comments and pointers please!
    >
    Alex Feinman [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139