I hope this is the right forum for this. I am developing a web application using ASP.NET 3.5 (C#). Now one of the pages I am developing as the "mobile" version of the page to be used on smartphones. It works 100% on my iPhone with the Safari browser and Opera browser. However the target audience is blackberry users. When I try it on a blackberry browser, the page renders 100%. It grabs data from the server and loads it into controls correctly. However when I attempt to perform an action that takes data from an input box and two drop downs and upload data back to the server, the page refreshes, but the action does not complete. I am not sure how to go about debugging this, but I am wondering if the blackberry doesn't support certain aspects of .net 3.5? But I mean all the code is being run on the server anyway. Would inserting javascript to display a callout box have anything to do with it? Thanks
you may want to run the app on the emulator which give you some debugging capability. http://na.blackberry.com/eng/developers/resources/simulators.jsp