News

I have this code: Private Sub Criteria_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles Criteria.ItemDataBound Dim grid As DataGrid Dim ...
Hi all, Basic info: VS2010, .Net 4.0 WPF application. I'm trying to write a dialog box that allows a user to edit a fairly simple configuration file, opened as an XMLDataProvider as an application ...