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
Auto Spell checking is not working on outlook with the signature
Hide Page
Ms Access SQL - Read only tables
How to access a Windows 7 printer from a Windows 98 SE PC ?
PivotChart in form
Access vs Visual Fox Pro
SBS2003 Fax Server receive options
Required permissions cannot be acquired. .NET app error
Invalid Printer Exception - when no printers are installed
PAGE_FAULT_IN_NONPAGED_ARE<wbr />A during Startup