Click here to Skip to main content
15,891,529 members
Home / Discussions / Mobile
   

Mobile

 
QuestionWhy application icon is not showing up? Pin
JUNEYT7-Apr-10 22:34
JUNEYT7-Apr-10 22:34 
AnswerRe: Why application icon is not showing up? Pin
Joel Ivory Johnson10-Apr-10 6:27
professionalJoel Ivory Johnson10-Apr-10 6:27 
QuestionSymbian OS Pin
Member 32191047-Apr-10 17:01
Member 32191047-Apr-10 17:01 
AnswerRe: Symbian OS Pin
PavanPareta13-Apr-10 18:24
PavanPareta13-Apr-10 18:24 
QuestionHow can I add an application to programs group of OS? Pin
JUNEYT6-Apr-10 0:01
JUNEYT6-Apr-10 0:01 
AnswerRe: How can I add an application to programs group of OS? Pin
KingsGambit6-Apr-10 2:25
KingsGambit6-Apr-10 2:25 
AnswerRe: How can I add an application to programs group of OS? Pin
r.ps6-Apr-10 2:52
r.ps6-Apr-10 2:52 
QuestionBack Command problem in Mobile Objectlist Control Pin
NTheOne5-Apr-10 21:20
NTheOne5-Apr-10 21:20 
Hi To All,

I am currently developing the mobile application using ASP.Net mobile controls.
I want to handle the Back command in the objectlist. I have added below mentioned OnItemCommand event for handling the commands of the objectlist.

CODE:

public void objListShowDetails_OnItemCommand (Object Sender, ObjectListCommandEventArgs e)<br />
{<br />
   if (e.CommandName == "Overview")<br />
   {<br />
       ActiveForm = frmPersonalDetails;<br />
   }<br />
   else if(e.CommandName == "Inspection")<br />
   {<br />
       ActiveForm = frmInspDetails;<br />
   }<br />
   else if(e.CommandName == "Back")<br />
   {<br />
       ActiveForm = frmStudentDetails;<br />
   }<br />
}



The OnItemCommand event of the objectlist is not fired when i clicked the Back Command of objectlist but when i clicked the other commands of the objectlist it got fired.
So how to handle the Back command of the objectlist?
Any help regarding this will be greatly appreciated..

Thanks in advance
Real diamond shines on even when it is lying with stones or covered with dust.

QuestionListView control in Csharp smart device Pin
Tunisien862-Apr-10 4:58
Tunisien862-Apr-10 4:58 
NewsMobile Developer Survey - Complete online and win prizes Pin
Matos Kapetanakis31-Mar-10 4:40
Matos Kapetanakis31-Mar-10 4:40 
QuestionHow to send SMS through SMSC using SMPP Pin
Paul Horstink29-Mar-10 3:40
Paul Horstink29-Mar-10 3:40 
AnswerRe: How to send SMS through SMSC using SMPP Pin
chirag7mca15-Jul-11 4:19
chirag7mca15-Jul-11 4:19 
QuestionPictureBox in .NET CF 3.5 won't paint changes to itself to the form when called from another thread [modified] Pin
Michael Coxon28-Mar-10 20:56
Michael Coxon28-Mar-10 20:56 
AnswerRe: PictureBox in .NET CF 3.5 won't paint changes to itself to the form when called from another thread Pin
KingsGambit29-Mar-10 18:12
KingsGambit29-Mar-10 18:12 
GeneralRe: PictureBox in .NET CF 3.5 won't paint changes to itself to the form when called from another thread Pin
Michael Coxon29-Mar-10 18:20
Michael Coxon29-Mar-10 18:20 
GeneralRe: PictureBox in .NET CF 3.5 won't paint changes to itself to the form when called from another thread Pin
KingsGambit29-Mar-10 19:29
KingsGambit29-Mar-10 19:29 
Questionhow to get Serial number from Windows CE ? (not Device ID) in C# ? Pin
Gali197828-Mar-10 3:41
Gali197828-Mar-10 3:41 
AnswerRe: how to get Serial number from Windows CE ? (not Device ID) in C# ? Pin
KingsGambit28-Mar-10 9:34
KingsGambit28-Mar-10 9:34 
QuestionWindows Phone 7 XML? Pin
pelnor27-Mar-10 17:37
pelnor27-Mar-10 17:37 
AnswerRe: Windows Phone 7 XML? Pin
AETaylor14-Apr-10 1:47
AETaylor14-Apr-10 1:47 
AnswerRe: Windows Phone 7 XML? Pin
Bonhomme M15-Apr-10 23:23
Bonhomme M15-Apr-10 23:23 
QuestionEncoding to be used for saving a file in J2ME Pin
Aditya2225-Mar-10 18:57
Aditya2225-Mar-10 18:57 
AnswerRe: Encoding to be used for saving a file in J2ME Pin
KingsGambit25-Mar-10 19:21
KingsGambit25-Mar-10 19:21 
GeneralRe: Encoding to be used for saving a file in J2ME Pin
Aditya2225-Mar-10 21:54
Aditya2225-Mar-10 21:54 
GeneralRe: Encoding to be used for saving a file in J2ME Pin
KingsGambit26-Mar-10 17:00
KingsGambit26-Mar-10 17:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.