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
C# XML data showing System.Xml.XmlElement instead of the values
Access 97 - Convert Numbers from Decimal to Time
Outlook 2010 not autocompleting email addresses
Microsoft Office
Can't print to the local network printer while access office through Windows VPN (RAS)
Receiving error when submitting data to SQL Server through asp.net vb
Using VBA export reports to rtf files with criteria
Outlook 2007 search
DPM 2007: Unable to extend the AD schema for end user recovery
SQL Query writing