Log in

View Full Version : NetFront browser and ASP.NET


pdanford
06-02-2004, 02:57 PM
I have written a web application using asp.net and plan to access the site from my Dell Axim PPC2003 installed with the NetFront browser.

I choose NetFront because PIE doesn't have the ability to upload images (ie. doesn't understand the <input type="file".....> html syntax).

However, pages seem to load twice using the NetFront browser. I have proved this to be the case as I have logged to the eventlog a debug message in the Page_Load sub-routine in asp.net - and I see two messages when the page loads.

I have also tried checking the IsPostBack variable - again, this value is logged twice, and on both occasions it's value is False - so cannot use that.

Has anyone else experienced this? Any suggestions as to get around it? Any options need setting in NetFront?

Thanks in advance,
pdanford