G
Guest
Ok, I'm REALLY confused. I'm new to C# and i am getting an error that has be
throughly mystified.
CS0121: The call is ambiguous between the following methods or properties:
'DreamweaverCtrls.DataSet.FieldValue(string,
System.Web.UI.WebControls.DataListItem)' and
'DreamweaverCtrls.DataSet.FieldValue(string,
System.Web.UI.WebControls.DataGridItem)'
Has anyone else run across this? I am simply attempting to assign a value to
a drop-down & radio group control upon entering a page.
I can post code if it will be of use.
throughly mystified.
CS0121: The call is ambiguous between the following methods or properties:
'DreamweaverCtrls.DataSet.FieldValue(string,
System.Web.UI.WebControls.DataListItem)' and
'DreamweaverCtrls.DataSet.FieldValue(string,
System.Web.UI.WebControls.DataGridItem)'
Has anyone else run across this? I am simply attempting to assign a value to
a drop-down & radio group control upon entering a page.
I can post code if it will be of use.