databind expression for url with 2 params?

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hi,

I have a datagrid, that needs a HyperLink Column.

The url for this link has 2 parameters in it, eg
www.mydomain.com/index.aspx?param1=b&param2=a

The values for param1 and 2 are in my datasource. What databinding
expression should I use?

I don't want to have my datasource contain the url, as this is a
presentation layer issue, not data issue.

Thanks
Martin
 
Back
Top