Answered by:
Response redirect in Mobile Forms

Question
-
User-1445538092 posted
Hi
Can I call a mobile webform from another mobile webform.
I can't seem to find the equvalent of response redirect for mobile web forms.
Thanks in advance for any help.[8-|]
Monday, September 24, 2007 5:21 AM
Answers
-
User214117797 posted
Hi,
I am new to mobile web development as well but as far as I know you can only navigate between web form within a web page
e.g. this.ActiveForm = myForm1
If you redirect to a new mobile web page, then it will load the first web form within the page unless you set the activeform it the page load event
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, September 24, 2007 6:31 PM -
User-2120656038 posted
Yes you can call a a mobile web form from other webform using Response.Redirect()
e.g. this.ActiveForm = myForm1 is used to transer from one Form to another Form with in a single WebForm.
Any queries feel free to ask.
Shashi...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, September 25, 2007 2:47 AM
All replies
-
User214117797 posted
Hi,
I am new to mobile web development as well but as far as I know you can only navigate between web form within a web page
e.g. this.ActiveForm = myForm1
If you redirect to a new mobile web page, then it will load the first web form within the page unless you set the activeform it the page load event
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, September 24, 2007 6:31 PM -
User-2120656038 posted
Yes you can call a a mobile web form from other webform using Response.Redirect()
e.g. this.ActiveForm = myForm1 is used to transer from one Form to another Form with in a single WebForm.
Any queries feel free to ask.
Shashi...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, September 25, 2007 2:47 AM