document.body.ondragstart = "return false";document.body.onselectstart = "return false"; microsoft dynamics ax interview questions

Monday, September 10, 2012


1.     give the syntax of display method()?

Display Itemid  toGetItemId()
{
   Return ItemId;
}

2.     give the syntax of edit method()?

Edit  Itemid  toGetItemId()
{
   Return ItemId;
}

No comments:

Post a Comment