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
SQL : Validation Records Before Insert
Cannot upload more than 50 Mb in Sharepoint 2003 library
Need to make some space on server - can I remove PCHEALTH folder
users cannot open Tiff files in outlook in a Terminal server enviroment
Crystal Reports newbie - how to increase text size
HOW to map drives that STAY mapped after user logs off?
Approach for importing Excel spreadsheets into SQL tables using Access
Email Access Report using PDFCreator and Outlook
Populate Text box based on combo box
Excel Arrange numbers in Random Order