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
RDP Fails to Connect
Sharepoint Backup Fails
Sharepoint permissions not pulling users from Active Directory.
Adding a new record and assigning the next number in the sequence
Show Powerpoint Slides on a VB6 form.
Create file path
FollowHyperlink on Access Form
how to paste a bitmap on a button
Calculate value of previous month using VB expression in SSRS report
Which permission I should give to an mssql user to be able to request the Query notifications?