save asp.net control value to ax 2012 table from EP

Hi all,

Is it possible to save the asp.net control value to ax 2012 directly without using any axboundfields

I have a requirement for selecting Hijri date using calender widget ,widget only works on asp.net textbox only

this textbox I cant use inside the axboundfield. I need to save the selected date to respective field in ax table.

is there any workaround for this scenario.

Thanks in advance.

Regards

You can use DataSetViewRow.#### The method SetFieldValue([YourField], [DateValueWidget]) you can assign value to the current line.#### Depending on your page scenario, you will have to use to save the dataset control (no need to use BeginEdit()/EndEdit()). This code below is a way for you to recover the DataSetViewRow.

check the following link .

https://community.dynamics.com/ax/f/33/t/185758