DataGrid HyperlinkFiled
Hello all
I'm trying to have two kinds of hyperlink field in my gridview as below:
1) an edit hyperlink field which should pass Row Parameter to another form for updating.
2) a link to pdf file wich gave its name from my gridview fields.
I did it as below but doesn't work:
1)for the first on I set the navigateUrl as:"http://blabla../update.aspx?Row=<%# Eval('Row')%>"
2)for the second one I set that navigateUrl as:"http://blabla../<%# Eval('DocumentNo')%>.pdf"
Is there any can help me please.
Thank you
Hasti
|