I have a dynamic editable datagrid with a date textbox along with normal numeric textbox. I am selecting the date using the datetime picker control and when I am clicking on the button, the control goes to the previous page and the data entered in the child screen is displayed in the parent screen. The problem here is that when I am trying to access the data from previous child page into the main page then I am not able to access the date textbox value except other controls. Could you please provide any means by which I can access the date textbox value.