I have converted the project in this book "Beginning
VB.NET Databases" to C#. There is one line of code that I can not figure out. Can anyone help with this?
It is in the GroupProjects Procedures section. The line of code is:
'Get the Group Projects
objGroupProjectsDS = objGroups.GetGroupProjects( _
New Guid(cboGroups.SelectedItem.Item("GroupID").ToStri ng))
Any help would be appreciated!
Thanks,
Wes