Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

.Net Mobile
.NET Mobile Introduction
.NET Mobile Example
.NET Mobile Emulators
.NET Mobile Forms
.NET Mobile Events
.NET Mobile Input
.NET Mobile Input Validation
.NET Mobile Lists
.NET Mobile Selections
.NET Mobile Images
.NET Mobile Utilities

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


.NET Mobile Utilities
Previous Next


Using AdRotator Control

ASP.NET Mobile AdRotator Control offers wireless advertisements to Mobile devices. This control functionality is similar to AdRotator web form control in ASP.NET. You can use any image formats with this advertisement to targeted devices by using <DeviceSpecific> properties.

The syntax is given below:

<mobile:AdRotator
runat="server"
id="id"
AdvertisementFile="relativeURL"
ImageKey="imageKey"
KeywordFilter="keywordFilter"
NavigateUrlKey="navigateUrlKey"
OnAdCreated="clickHandler">
Place DeviceSpecific/Choice construct here. (Optional)
</mobile:AdRotator>

Where Advertisement File is the path of the XML file used for the advertisement. This XML file contains advertisement data and should have proper XML formed else it results in the runtime error. The Advertisement file format must have following format.

AdvertisementFile Format is as follows:

<?xml version="1.0" ?>
<Advertisements>
[<Ad>
<ImageUrl>The URL of the image to display</ImageUrl>
<NavigateUrl>The URL of the page to display</NavigateUrl>
[<OptionalImageUrl>URL of monochrome image to display</OptionalImageUrl>]
[<OptionalNavigateUrl>URL of page to display</OptionalNavigateUrl>]
<AlternateText>The text to display as a ToolTip</AlternateText>
<Keyword>The keyword used to filter</Keyword>
<Impressions>
The relative weighting of the advertisement
</Impressions>
</Ad>]
</Advertisements>


PocketPlanner .NET Compact Framework Component

Pocket Calendar is a scheduling and time planning component for applications using the Microsoft .NET Compact Framework. The clear programming interface makes programming with the control easy and effective. Pocket Calendar can quickly be integrated into any Pocket PC software and saves you long hours of coding and debug. The ASP.NET Calendar control allows the convenient selection of a date. The mobile version of the Calendar control serves the same purpose, but on devices that cannot display as rich of a calendar as many HTML browsers, a reduced version is used, or a version that presents an interaction that consists of a number of screens. The following example uses a Calendar control to allow the user to choose a date. That chosen date is then displayed.

<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage"%>
<script runat=server>

Sub Calendar_SelectionChanged(Sender as Object, E as EventArgs) DateLabel.Text =             String.Format("The date you selected is {0}", _ Cal.SelectedDate.ToString("D"))
ActiveForm = Form2
End Sub

</script>
mobile:Form id="Form1" runat=server>
<mobile:Label runat=server StyleReference="Title">Pick a date using the calendar control. </mobile:Label>
<mobile:Calendar id="Cal" OnSelectionChanged="Calendar_SelectionChanged" runat=server/>
</mobile:Form>
<mobile:Form id="Form2" runat=server>
<mobile:Label id="DateLabel" runat=server/>
</mobile:Form>


Allowing the User to Make Phone Calls

Devices such as cell phones, can originate phone calls when the user makes a selection. The PhoneCall control provides a way for an application to encapsulate this action so that when the application is visited from a device that is capable of making phone calls, a UI is presented to do so. When the application is visited from a device that cannot make phone calls, either label text or a link is displayed.

<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage"%>

<mobile:Form runat=server>

<mobile:PhoneCall runat=server
PhoneNumber="(425) 882-8080"
AlternateFormat="{0} is {1}"
AlternateUrl="http://www.vyom.co.in"
Text="Call Vyom"/>

</mobile:Form>


Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Previous Next

Keywords: .NET Mobile Utilities,pocket pc utilities,windows ce utilities,internet phone software,pocketpc utilities,smartphone utilities,ppc utilities,download utilities,pda utilities,software utilities,mobile games,game mobile,java mobile,downloads utilities,mobile software,mobile themes,mobile phones,mobile download


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.