I am a bit disappointed that ASpRunner.Net (3.0 Build 89) is prodcing code that does not compile.
Can you please help.?
[indent]Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30198: ')' expected.
Source Error:
Line 32:
Line 33: Dim ddlMemberEmailFormat As DropDownList = CType(MembersDetailsView.FindControl("fldMemberEmailFormat"),DropDownList)
Line 34: If ( Not IsNothing(ddlMemberEmailFormat) ) AndAlso ( Not IsNothing(ddlMemberEmailFormat.Items.FindByValue(0) ) Then
Line 35: ddlMemberEmailFormat.SelectedValue = 0
Line 36: End If
[/indent]