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
Allow real desktop access to Windows Server 2008 R2
Autonew in Excel
How to transpose a variable length row to two columns
Need to deploy/upgrade an Access application
Underlining spaces
How to read field names from an XSD file.
ReportViewer Export to PDF Loses Tabs or Multiple Blnak Spaces
Error:Cannot open database". It may not be a database that your application recognizes, or the file may be corrupt.
Click an Hyperlink in Internet Explorer Using an Excel Macro
MS Project 2007, How to add a Column 'Percent'