Here the example code
Asp.net 4.5.1 - aspx page
srSelectedLang
is a code behind variable
public string srSelectedLang;//defined at code behind cs file of aspx
the below code is aspx code
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<style type="text/css">
.setPokemonTeamCSS {
width: 333px;
height: 38px;
display: block;
background: url(//static.monstermmorpg.com/images/pokemoncenter/set_pokemon_team_<%=srSelectedLang%>.png?3) no-repeat top left;
border-style: none;
border-width: 0px;
cursor: pointer;
}
</style>
</asp:Content>
this example is not working <%=srSelectedLang%>