Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

Online

À la maison Codes sources E-Livres Téléchargements Nous contacter Au sujet de nous

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


Choix de mobile de .NET
Previous Next




De baisse les listes vers le bas, les boîtes de contrôle et les boutons par radio sont soutenus par SelectionList Control



Listes de choix

Le dispositif de données de la commande de SelectionList est très semblable à la commande de liste. Cependant, la commande de SelectionList diffère parce qu'elle est employée exclusivement pour représenter le choix sous une forme, et exige d'une autre commande, telle qu'une commande de commande, de soumettre le choix. En plus du choix simple, la commande de SelectionList soutient le choix multiple, rendant un UI approprié pour le dispositif.



Modèles de SelectionList

Semblable à une commande de liste, l'offre de commande de SelectionList plusieurs rendant le modèle pour les dispositifs qui soutiennent ces modèles de rendu. Le modèle de rendu, trouvé par la propriété de SelectType, affectent également si les utilisations de commande simples ou le choix multiple. L'arrangement valide pour cette propriété viennent de l'énumération de ListSelectType, et incluent le suivant.

Type Selection type Description
DropDown Single The list is shown as a drop-down list box.
ListBox Single
The list is shown as a list box.
Radio Single
The list is shown as a set of option buttons.
MultiSelectListBox Multiple
The list is shown as a list box.
CheckBox Multiple
The list is shown as a set of check boxes.


L'exemple de SelectionList

Ici nous employons le SelectionList avons laissé l'utilisateur choisissons des télévisions. Ceci peut être regardé comme en cette page mobile donnée ci-dessous :

<%@ Page
Inherits=
"System.Web.UI.MobileControls.MobilePage"%>
<%@ Register
TagPrefix="Mobile"
Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>

<script runat="server">
Sub Tele_Click(sender as Object, e as EventArgs)
  ActiveForm=f2
  t1.text=telev.Selection.Value
End Sub
</script>

<Mobile:Form id="f1" runat="server">
<Mobile:SelectionList runat="server" id="tele" >
  <Item Text="Sumsung" Value="$30,000" />
  <Item Text="LG" Value="$32,000" />
  <Item Text="BPL" Value="$34,000" />
</Mobile:SelectionList>
<Mobile:Command runat="server"
  OnClick="Tele_Click" Text="Submit" />
</Mobile:Form>

<Mobile:Form id="f2" runat="server">
<Mobile:Label id="t1" runat="server" />
</Mobile:Form>
 

Quand cette page est montrée sur un dispositif mobile, les fonctions de navigation et d'affichage de la page seront compilées différemment pour différents dispositifs avec différentes caractéristiques d'affichage. Antérieur quelques dispositifs, comme un PC tenu dans la main, elle pourraient montrer une liste dropdown pour choisir de. Pour un téléphone portable elle pourrait montrer une liste d'options pour choisir à partir.







Previous Next

Keywords: .NET Mobile Selections,robert kacher selections,book club selections,cell phone mobile,cell phones mobile,mobile phone accessories,mobile ring tones,pay as you go mobile,polaner selections,mobile accessories,samsung mobile,ringtones mobile,chadderdon selections,lg mobile,mobile phones,mobile phone,mobile wireless,gsm mobile,motorola mobile,cellular mobile,mobile ericsson,mobile camera,bluetooth mobile,uk mobile,mobile ringtone,mobile polyphonic,cheap mobile


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.