Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Oct 25, 2005 10:02 PM by mullaney
Member
230 Points
47 Posts
Oct 25, 2005 09:09 AM|LINK
<dataSource id="dataSource" serviceURL="DataService.asmx"> <bindings> <binding dataContext='<%=Request.QueryString("id")%>' dataPath="text" property="selectParameters" propertyKey="id"/> </bindings> </dataSource>
Participant
1454 Points
290 Posts
Oct 25, 2005 03:38 PM|LINK
Oct 25, 2005 10:02 PM|LINK
It works! Thanks again Wilco.
Lesson learned: We only need to use bindings when the data is not literal like a data service or page method or something that would require another dataSource control.
mullaney
Member
230 Points
47 Posts
selectParameters
Oct 25, 2005 09:09 AM|LINK
Keegan
WilcoB
Participant
1454 Points
290 Posts
Re: selectParameters
Oct 25, 2005 03:38 PM|LINK
<dataSource ...>
<selectParameters id='<%=Request.QueryString("id")' />
</dataSource>
mullaney
Member
230 Points
47 Posts
Re: selectParameters
Oct 25, 2005 10:02 PM|LINK
It works! Thanks again Wilco.
Lesson learned: We only need to use bindings when the data is not literal like a data service or page method or something that would require another dataSource control.