HI all,
I'm modifying j2me application into mobile web application. In J2me, there is one concept called persistent store. Is there any thing like that in ASP.net. If so, please let me know...
Thanks!!
HI all,
I'm modifying j2me application into mobile web application. In J2me, there is one concept called persistent store. Is there any thing like that in ASP.net. If so, please let me know...
Thanks!!
If I understand it right this persistent store is on the actual mobile device. If this is the case then there is nothing like this in ASP.NET. I think local storage using cookies is unreliable on mobile devices so you would need to store data server side.