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
t-sql if statement containing two requirements doesn't work
Windows Explorer Sort Order persistently reversed
Is there any good bluetooth software that keeps all bluetooth devices listed and could easily click and transfer.
Calling DLL function in release mode from exe in debug mode
Setting up Server 2008 in a branch office with SBS 2008
Access SQL: Self Join with Multiple Criteria
How to use the icons in the Office2007IconsGallery
add/edit/delete from dataset, and bind a field in dataset to a combobox,
Connecting using for Windows Vista Machines
Cannot upload more than 50 Mb in Sharepoint 2003 library