ASPX templates
Version 5.x > ASPX templates > news and query View modes: 
User avatar
Member
Member
anetcom-mail - 1/31/2010 2:00:06 PM
   
news and query
I'm have archive menu with month, year items, how are transfer parametrs from menu to query of queryrpeater for display news of this month..?

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 2/6/2010 4:46:11 AM
   
RE:news and query
Hello,

You can add parameters into query string in the link so they are passed to page with query repeater. Then you can use QueryString macro in WhereCondition property of query repeater to get the value there. Please see "QueryString macro" section in Appendix A - macro_expressions section of Dev.Guide.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
anetcom-mail - 2/8/2010 10:13:18 AM
   
RE:news and query
thank you..