Question : How to format tag right?

Hi,

I've a repeater at my page bound with a DataTable.
I know that I can do '<%= Eval("Id" %>" to ge a column but how to format it inside a JavaScript call?
I include my none working sample (wrong formatet Server Tag) which I like to have in a working version.
For sure my problem are the quotes in NavigateUrl - but how to do them right ...

Thanks

Andre
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:

    
        
        
        
Seite: ');"><%# Eval("Id") %>

Answer : How to format tag right?

What is it you want to do? You are trying to set a javascript to NavigateUrl ?
Do you want to execute some javascript code on link click?

See if this helps::
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24867919.html
Random Solutions  
 
programming4us programming4us