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
http://www.microsoft.com/downloads/d...displaylang=en
--
Alex Feinman
---
Visit
http://www.opennetcf.org
"John Cosmas" <> wrote in message
news:eWJse.1451$...
> 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!
>