GeekArticles
FAQ
Mobile.NET FAQPRB: You Cannot Navigate to a Specific Form By Using the #FormName Syntax
Author: support.microsoft.com |
Published: 21st Aug 2005 |
Visited: 454 times |
Add CommentFiled in: Mobile NET FAQWhen you set the NavigateURL property of the mobile link control to a page to which to navigate and to a form to display (such as: page2.aspx#myForm ), the page navigates to the second page, but it does not navigate to the form that you have...
Read Article Sponsored Links
Related Articles
• Clean Up Function Syntax Mess with decltype The funky syntax of a function's return type isn't just unreadable in many cases—it's also a common source of maintenance problems. However, with the new decltype operator your functions will look much cleaner and easier to maint ...
• Drag and Drop on a Windows Form How to insert an image on a form in runtime mode, dragging it to the right position and by using a database retrieve the position and shape when starting the application up a ...
• When is a commited transaction removed form the ITL Hi Tom,
A transacion entry is created in the ITL in the data/index block header when a transaction modifies a block. How long does this entry stays in the ITL after the transaction is committed and do you get a snapshoot too old if a long runnig qu ...
• Form Changed Control A component that allows you to monitor all the controls on the form and list any that have changed (for dirty check ...
• Using OpenSearch to Create a Multi-Search Form This article shows how you can build a search form that will search a number of different sources without the need for a different textbox for each. It even incorporates some basic OpenSearch functionality in order to allow the easy addition of new search providers.Visit our new .NET 2.0 sect ...