i’m trying to change the ImageButton on my site using resx files. i tried assigning my ImageButton with meta:ResourceKey=”imgBtnSubmit”. then in my resx file, i added imgBtnSubmit.ImageUrl and assigned it the url to my new ImageButton. this didn’t work for me. could someone tell me if i’m doing something wrong or if there is some other way i could do this? thanks.
Share
thanks for your answers but i got it working without having to create a custom ExpressionBuilder. there’s a built-in ‘Resources’ ExpressionBuilder. This is what i did:
default.aspx.resx:
default.aspx.es.resx: