To whom it may concern, when I browse to my home page from my Pocket PC (AT&T tilt using Windows Mobile 6.0) I do not get re-directed to my mobile page.
i developed a web page that adds an HTML INPUT Element on submit via AJAX. By the next submit i want to check the value of the added INPUT element. In IE 7 i call document.getElementById(id); and in the attribute VALUE is my text of the INPUT field. Everythins is fine.
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect();