Click to See Complete Forum and Search --> : ASP.NET VB Code


Go3th3
February 12th, 2006, 10:55 AM
I've created a MasterPage with two .aspx files.
In the MasterPage I've created a ContentPlaceHolder for "1.aspx" and "2.aspx" files and I've inserted a picture.

Now I want the link of the picture to change when I will run the project and open "1.aspx" and to change again
when I'll open "2.aspx".

I was thinking of creating a variable in both .aspx files and giving it values, so the link of the picture in the MasterPage to change with these values.

Now the question is: How can I do this in ASP.NET 2005 Using VB.