Hi all, I have an asp.net 1.1 web app that uses mobile controls and forms authentication. I recently added a "remember me" functionality, allowing the user to stay logged into the site between browser sessions (the login page makes use of the RedirectFromLoginPage method).
I am working with ASP.NET 2.0 in a Mobile Web Form that has several controls inside a DeviceSpecific template, i would like to access the controls there to change some properties, so far i had tried Me.DeviceSpecific1.FindControl but i hadn't been able to found
No matter what I do, I can't force a page to have a wml content-type (or any other type). It seems that the MobilePage controls this somewhere internally. Is there an override or property to control this?