Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Mobile > WML Input and .NET TextBox not displaying Text Property

Reply
Thread Tools

WML Input and .NET TextBox not displaying Text Property

 
 
erikpaulmiller@gmail.com
Guest
Posts: n/a
 
      11-10-2005
I have a MobileForm in which I set the text property equal to something
in the designer. When I view the page via a browsers that requires WML
the value is not displayed. Here is the wml that is sent to the
browser. The value attribute of the input field is not getting
set/displayed. When the form posts back the value is set yet not
visible. I created a static WML page to test the functionality of
defaulting a textbox, which was successful when setting the input's
value attribute to some value.

Here is the wml that is sent to the browser...

<?xml version='1.0'?>
<!DOCTYPE wml PUBLIC '-//WAPFORUM//DTD WML 1.1//EN'
'http://www.wapforum.org/DTD/wml_1.1.xml'>
<wml>
<head>
<meta http-equiv="Cache-Control" content="max-age=0" />
</head>
<card title="TEST">
<onevent type="onenterforward">
<refresh>
<setvar name="txtNewNumber" value="123123123" />
</refresh>
</onevent>
<p>New Number:<br/>
<input name="txtNewNumber" format="*N" />
<anchor title="Go">Submit
<go href="Test.aspx" method="post">
<postfield name="__EVENTTARGET" value="btnSubmit" />
<postfield name="txtNewNumber" value="$(txtNewNumber)" />
</go>
</anchor>
<br/>
</p>
</card>
</wml>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET Textbox.Text Property not updating SpaceCake ASP .Net 0 10-02-2009 09:17 PM
Hide textbox / Make textbox not visible (NOT USING visible property) Jurjen de Groot ASP .Net Web Controls 0 05-19-2008 09:50 AM
Textbox, Input (text) on turbotax... anyone know which 3rd party textbox this is??? pld888@gmail.com ASP .Net 3 02-23-2007 08:51 PM
WML Input Mask to force numeric characters frasmus ASP General 1 01-12-2007 08:19 AM
command text parsing and hints displaying on user input. Andy Python 2 10-17-2006 07:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57