Microsoft
Software
Hardware
Network
Question : where parameters aspx .net page
I have an aspx page that is working, but when i try to add where parameter I get an error that the parameter "cid" is no defined. what is worng?
--------------------------
--------------------------
-
DefaultContainerName="eSaf
etyEntitie
s" EntitySetName="Documents" EntityTypeFilter="Document
s"
Select="it.[DocID], it.[DocName], it.[Description], it.[DateCreated]"
Where="it.Categories.Categ
oryId = @cid">
--------------------------
----------
----------
----------
---
the page is passing cid like this and have tested the value which is working:
.......doc.aspx?cid=1
Answer : where parameters aspx .net page
The warning comes from the two following lines :
Transaktion *temp = 0 ;
temp = new Transaktion[antalTrans+1] ;
Rewrite them as :
Transaktion *temp = new Transaktion[antalTrans+1] ;
and it will be ok.
Random Solutions
Exchange cannot get DCs from topology
Visual Basic 6 code with auto number creation through network computers
Combo box row source - modify query to work in VBA
How to add parameter value on file name in sql reporting
Could not find installable ISAM, sql server 2005, SP3
Set an incrementing Sequence number.
How do I get correct calculations using Dcount in a Report that is based on a filtered table?
Access2007 Runtime - running an app without Office 2007 installed
Verifying DMI Pool Data& A disk read error occurred Press Ctrl+Alt+Del to restart
Automatically calling an external hyperlink in Power Point 2007