User Profile
Collapse
-
Note: missing double quote from end of first parameter of SelectSingleNod e -
use something like this,
try
{
doc.LoadXml(you rXmlStringStrin g);
XmlNode node = doc.SelectSingl eNode("root_doc ument_node/myfirstnode);
if (node != null)
{ // node.InnerText contain the contents of the node
}
}
catch {}
xml example:...Leave a comment:
-
How about Button.PerformC lick()
Raises a click event on a button object
HTH
SamLeave a comment:
-
DataBinding - Windows.Forms - Updating underlying DataTable
Hi,
I've got a question which I'm hoping has a simple answer.
I have a series of control bound to an underlying DataTable.
The databinding are setup to update the data source on validation.
I have an event handler monitoring the ColumnChanged event on the DataTable, and in certain circumstances I update another column in the datatable.
When I change another column's value...
No activity results to display
Show More
Leave a comment: