E
etam
Hi,
we have the DataSource:
<asp:LinqDataSource ID="EntriesLinqDataSource" runat="server"
ContextTypeName="SubeliCMS.DataClassesDataContext"
OrderBy="Position desc, Date" TableName="Entries"
Where="SectionID == @SectionID">
<WhereParameters>
<asp:QueryStringParameter Name="SectionID"
QueryStringField="sectionid" Type="Int64" />
</WhereParameters>
</asp:LinqDataSource>
and the address:
http://localhost:60364/ShowEntries.aspx?sectionid=1
and the error:
Operator '==' incompatible with operand types 'Int64?' and 'Object'
:/
What is wrong?!
Thanks in advance,
Etam.
we have the DataSource:
<asp:LinqDataSource ID="EntriesLinqDataSource" runat="server"
ContextTypeName="SubeliCMS.DataClassesDataContext"
OrderBy="Position desc, Date" TableName="Entries"
Where="SectionID == @SectionID">
<WhereParameters>
<asp:QueryStringParameter Name="SectionID"
QueryStringField="sectionid" Type="Int64" />
</WhereParameters>
</asp:LinqDataSource>
and the address:
http://localhost:60364/ShowEntries.aspx?sectionid=1
and the error:
Operator '==' incompatible with operand types 'Int64?' and 'Object'
:/
What is wrong?!
Thanks in advance,
Etam.