Hi all,
The following code is throwing a run time error "The server tag is not well
formed.
"
<ItemTemplate >
<asp:HyperLin k Runat="server" ID="lnkFile"
NavigateUrl="ja vascript:OpenIm age('<%#
DataBinder.Eval (Container.Data Item,"FileName" ) %>');"><%#
DataBinder.Eval (Container.Data Item,"FileName" ) %></asp:HyperLink>
</ItemTemplate>
I am trying to open a file in new window. How can i acheive this?
TIA
Satya
The following code is throwing a run time error "The server tag is not well
formed.
"
<ItemTemplate >
<asp:HyperLin k Runat="server" ID="lnkFile"
NavigateUrl="ja vascript:OpenIm age('<%#
DataBinder.Eval (Container.Data Item,"FileName" ) %>');"><%#
DataBinder.Eval (Container.Data Item,"FileName" ) %></asp:HyperLink>
</ItemTemplate>
I am trying to open a file in new window. How can i acheive this?
TIA
Satya
Comment