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
How do i develop a chat application without using timer in c#?
Change domain of XenApp farm
Trying to eliminate password box on Reporting Services
Drive Letter on Boot Partition .... Made a Mistake
How to get max value from table (Access 2003 vs VB.net 2005)
SQL Pivot
way to get min (or max) of field in query for report
Closest number match
Connect to a Crosstab query in Access from Excel
Illegal operation attempted on a registry key that has been marked for deletion