Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update XML

Status
Not open for further replies.

Linda224

Programmer
Dec 6, 2006
80
US
Hello

In the onUpdate command of a datagrid I am using the following to capture the new Name to update an XML file. However the following is not picking up the new value that is being entered:

Dim Name As TextBox = e.Item.Cells(1).Controls(1)
Dim editName As String = Name.Text

Any suggestions??

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top