S
SandyIsCool
Hi
I used the below code for an image button
image1.imageurl="~/images/image1.jpg";
image1.imageurl=Page.ResolveUrl("~/images/image1.jpg");
Both statements work fine..
I want to see a case where resolveURL method makes a difference.
Thanks,
Sandeep
I used the below code for an image button
image1.imageurl="~/images/image1.jpg";
image1.imageurl=Page.ResolveUrl("~/images/image1.jpg");
Both statements work fine..
I want to see a case where resolveURL method makes a difference.
Thanks,
Sandeep