Hey,
I'm using version 4, just downloaded the new build today. When i set a field to "Edit As" "Read Only", i receive an error when trying to add.
Compiler Error Message: BC30451: Name 'fldEditusername' is not declared.
Source Error:
Line 56:
Line 57: Protected Sub SecurityObjectDataSource_Inserting(ByVal sender As Object, ByVal e As ObjectDataSourceMethodEventArgs)
Line 58: If fldEditusername.Text <> String.Empty Then
Line 59: e.InputParameters("Username") = fldEditusername.Text
Line 60: Else
Thanks,
Rob