Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm wondering if it's possible to flush the value of eval on javascript using button's OnClientClick. I just wanted to clean the Eval of my Literal because whenever I try to access the same path file also being given by data key discussion_material_location. It always says that I cannot open the file since it's being used on other process. I tried using the keyword using for this one but it seemed that it didn't work too. any suggestions?

What I have tried:

<asp:Literal ID="videoshow" runat="server" Text='<%#Eval("discussion_material_location") %>' ></asp:Literal>
Posted
Comments
F-ES Sitecore 12-Mar-18 5:12am    
Is the literal inside a GridView, or Repeater or anything like that?
Green Blanket 12-Mar-18 6:07am    
Sir it is inside the listview
Laxmidhar tatwa technologies 13-Mar-18 5:48am    
Hi w hat is code of behind

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900