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 Name of the parameter needs to match the name in the query. So, in your case it should be "cid" rather than "id":
Random Solutions
in Excel - is it possible to copy only the numeric values in a given column? I want to copy a column which contains text & numbers - but I only need the numbers t
Populate a listbox with files from a directory
Remove page lines in excel
Bulk Email ID Modification
How to open outlook .ost file
reorderlist sort descending
EM_FORMATRANGE gives insufficient memory when printing with PCL 6
Append string from editbox to text file
Converting txt files into Access or Excel format
Access Web front-End