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
Check out this link:
http://bytes.com/topic/asp
-net/answe
rs/491898-
programati
cally-chan
ging-net-v
ersion-vir
tual-direc
tory
Please mark yes if this was helpful
Random Solutions
Restrict Textbox to Number and Decimal character only
URGENT: Need help parsing string for several numeric values SQL database columns
"net use" shows a drive share as "unavailable" when run from the scheduler
Access 97 - Totaling up numbers in a group footer
need to convert the following from asp to asp.net
MS SQL 2005 case problem
How to create a copy of table from one database to another(need schema as well)+sql server 2005
uninstall this application when it falls out of the scope of managment
Uploading image cropping area settings to server side aspx
How do I take a totals query and update a column in another table?