Click here to Skip to main content
15,881,173 members

Comments by sanwar_mal_jat (Top 36 by date)

sanwar_mal_jat 12-Oct-12 7:37am View    
Thanks Rohit ,
Me to 5.

This is very good solution , I am miss Page.DataBind(); method.
sanwar_mal_jat 11-Oct-12 7:37am View    
sorry i am use this method but it will not work in ImageButton's ImageUrl property.
sanwar_mal_jat 11-Oct-12 7:28am View    
ya when i am use in normal without any control binding it will work properly,
Means when i am use '<%$ AppSettings:PagePath %>' only this in my page my app key display in my rendered page but when i am use in control with my image name it is not work.

ImageUrl='/_Images/btn-edit.jpg' -> This solution work proper but i m use url rewriting and use a Trailing Slash in url it is not work. mens does not show my image.

Can u please any another suggestion provide me , I am awaiting it.
Thanks
sanwar_mal_jat 11-Oct-12 7:13am View    
In web config my app setting section is above mentioned

sanwar_mal_jat 11-Oct-12 7:02am View    
Thanks for reply.

Ya i am check my html code but my app key didn't render and not show the given app key url.
my html rendered code is
<input type="image" src="<%$%20AppSettings:PagePath%20%>_Images/btn-edit.jpg" id="MainContent_imgUpdate" name="ctl00$MainContent$imgUpdate">