Hi all,
I do have a project that has 2 forms, form 1 has a link
control with a NavigateURL pointing to the form ID of form2.
The project compiles fine, but when I try to view form1 in the browser
I get an exception telling me that the fom was not found. Where
should I place the form in order to be accessible by form 1?
Thanks for all your help,
Carlos.
Chance Hopkins - 20 Mar 2005 08:03 GMT
I think they have to be on the same page and can't be nested.
Only one will be shown at a time.
> Hi all,
>
[quoted text clipped - 7 lines]
>
> Carlos.
JuanDG - 22 Mar 2005 05:18 GMT
First you have to understand the concept of cards and decks in WML, if you
don't go read http://www.w3schools.com/wap/
Your problem (that's what I can tell from the little information you give)
it's that you're trying to call by reference a card that it's on another
deck.
On ASP.NET Mobile Forms every .aspx file is a deck which contains a set of
cards, you can only call cards (mobile forms) that exist on the same deck
(aspx file), Speaking from the Visual Designer prospective you can only call
a form by reference if you can see it on the same screen (right below the
form you are working on).
If it's not in the same deck (and I think this is your case) you have to
call it with it's full qualified path (in other words the URL).
try that and let us know how it goes.
Cheers!!!!!

Signature
Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia
> Hi all,
>
[quoted text clipped - 7 lines]
>
> Carlos.