1
Answer

How to use calendar control for creating appointments

Mahesh Bodepudi

Mahesh Bodepudi

11y
1.3k
1
Hi,
 
I want to display a calendar where we can create appointments for particular date and time .I am using Windows 8 Phone Panorama application.
 
So could anybody explain how to make this operation using date calendar in Windows 8 Phone app?
 
Thank You
Answers (1)
0
Roei Bar

Roei Bar

NA 7.8k 0 15y
use Page.Request.UserHostAddress;
Accepted
0
Ken Barrett

Ken Barrett

NA 173 0 15y
Ok, stupid me... this seems to work.

String hostName = System.Net.Dns.GetHostName();
lblIpAdr.Text = hostName ;