hello friends, I had made Resource files for getting the multiligual static images,
I have a image button and set the imageurl from the aspx page but it
does not get the image and shows the submit query message.
here is the example what i have done
<asp:ImageButton ID="imgbtnRegion" runat="server" imageurl="<%#
getregionbutton('region')%>"
/>
as well as tried like this also
<asp:ImageButton ID="imgbtnRegion" runat="server" imageurl="<%=
getregionbutton('region')%>" />
regards
sunil
