typps: Failed to load viewstate ? Typical problem, with a...: Understanding viewstate is fundamental in asp.net, especially if you had run into : Failed to load viewstate. The control tree into which ...
Wednesday, December 21, 2011
Tuesday, December 20, 2011
How to get relative path for images in asp.net
One common problem developers face while using master page that images did not get proper path, there are many ways to do this. But best way to use ResolveClientUrl . For example :
<img src=”<%= ResolveClientUrl(”images/disco_night.png”)%>” alt=”Disco night” />
after rendering it converted it as
<img src=”../images/disco_night.png” mce_src=”../images/disco_night.png” alt=”Disco night” />For more info refer:
Thursday, December 8, 2011
Be the change.: TalentSprint Chennai begins the transformation pro...
Be the change.: TalentSprint Chennai begins the transformation pro...: “Our trainees lack confidence” “Our trainees lack communication skills” “Our trainees don’t interact, how will they clear the interview?” ...
Subscribe to:
Posts (Atom)