Options

Validating Tasklets Action in dynamics Mobile Development

dileepvarmavdileepvarmav Member Posts: 11
edited 2009-09-02 in Dynamics Mobile
Hai all,

We are developing a mobile application with dynamics mobile framework 2.0 and visula studio 2005, windows mobile 5.0 emuator

I navigate from one screen to other screen in the emulator with the help of soft keys that have been defined in the UserRole.Xml file.

I have two Menu actions(two softkeys) in a screen for which i need to validate data based on the menu item selected.

The problem here is how can i determine which softkey(which tasklet action is selected) is selected in the method below which i have written in the Tasklet1.cs page
Public Override ValidationResult Vaildate()
{
}

PLease kindly do the needful help
Sign In or Register to comment.