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
Invalid length for a Base-64 char array
SQL subtotal, grand total by group
CommonDialog Question
The Certification Authority Service has not been started.
Sharepoint Moss Team Site vs Publishing Site
Print issues in Reporting Services
Access 2007 Database Created on Windows & Does Nothing When Opened on XP
Programmatically Setting Order By Property in a Three Level Report
Filter on split form
disable Office 2003 splash screens