GeekArticles
FAQ
Mobile.NET FAQPRB: Errors Are Generated When You Use Redirects in Mobile Web Forms Pages
Author: support.microsoft.com |
Published: 21st Aug 2005 |
Visited: 224 times |
Add CommentFiled in: Mobile NET FAQWhen you use the Response.Redirect method in a mobile Web Forms page, you may receive the following error message: Calling Response.Redirect on a postback can have unpredictable results on mobile devices and gateways. Use...
Read Article Sponsored Links
Related Articles
• Sources of Java Errors
The Java VM shields most developers from having to think about the memory-management aspects their Java objects, but it does not completely manage other types of resources automatically, says Gwyn Fisher, CTO of Klockwork in this interview with Artima. Great Java developers learn to understand what ...
• External table intermittent errors I'm having a problem with External tables. Most of the time I can read the data in the table without any issue. But when I issue the query below I get an error.
<b>Contents of test.csv file</b>
<code>Tool type,ID
Common,1
Type1,2
Type2,3 ...