M
mohammed rabah
I have this problem
Type 'System.Web.UI.WebControls.Parameter' does not have a public
property named 'DbType'.
<asparameter DbType="Guid" Name="sponsorID" />
i have .netframework v3.5 and i install sp1 for v3.5 but not work ,
and i write it without db
<asparameter Type="Guid" Name="sponsorID" />
what I can do
Type 'System.Web.UI.WebControls.Parameter' does not have a public
property named 'DbType'.
<asparameter DbType="Guid" Name="sponsorID" />
i have .netframework v3.5 and i install sp1 for v3.5 but not work ,
and i write it without db
<asparameter Type="Guid" Name="sponsorID" />
what I can do