Data Method

Hi all,

I have created data method in form level(display method).I have to assign the return value to my table field.how should i do? what is the use of display method?

Display methods are used to display the data on the screen by using the field controls. If you want to assign it ot the table’s field follow the steps below:

  1. Create one filed control and assign the display method to it by its datamethod property.

  2. Then assign the created control’s value(created in step 1) to the required table field.

Hope this will help you.