or
<?xml version="1.0" standalone="yes"?> |
<root> |
<ws> |
<WinServNo>3</WinServNo> |
<ServiceName>aec</ServiceName> |
<wst> |
<CultureId>1033</CultureId> |
<DisplayName>Microsoft Kernel Acoustic Echo Canceller</DisplayName> |
<Description /> |
<dws> |
<DeviceNo>22</DeviceNo> |
<StartupType>3</StartupType> |
<CreateDate>2007-04-27T04:21:00</CreateDate> |
</dws> |
</wst> |
</ws> |
<ws> |
<WinServNo>4</WinServNo> |
<ServiceName>AeLookupSvc</ServiceName> |
<wst> |
<CultureId>1033</CultureId> |
<DisplayName>Application Experience Lookup Service</DisplayName> |
<Description>Processes application compatibility lookup requests for applications as they are launched.</Description> |
<dws> |
<DeviceNo>22</DeviceNo> |
<StartupType>2</StartupType> |
<CreateDate>2007-04-27T04:21:00</CreateDate> |
</dws> |
</wst> |
</ws> |
</root> |
Hello,
I am very familiar with the DataGridView control the .NET Framework provides. I would like to use your GridView control, but I need to know how to reproduce the code below using your GridView for WinForms control:
string x = this.DataGridView.SelectedRows[0].Cells[0].Value.ToString();
I was trying to get there using the following approach:
this.dataGrid_PatientList.MasterGridViewInfo.Rows[0]...
Unfortunately, I'm not sure where to go from here or if it's even possible to achieve the results I am looking for.
Thank you in advance, your help is much appreciated.
Andrew