I have set up a template within the gridview and have bound a field from the gridview to a textbox within the edit form. Through the RowUpdating event I am able to get the values of what was pulled from the DB. I would like to get the new value that the end user just entered through the edit form. I am unable to access the text box on the edit from. I have looked at your example http://demos.devexpress.com/aspxgridviewdemos/GridEditing/TwoWayBinding.aspx and still don't understand how I can get the new value within the textbox. I have attached a sample that I am working with and noted with in the .vb page where I would like to pull the new value.
Thanks
Mark