hello!
i need help to call a function in same aspx file to set the imageURL.
so i have:
in the default.aspx
sub fillImage()
<code>
end Sub
and on the form load i have:
img1.ImageURl= here i want to call the sub "fillImage" in the same aspx file the default.aspx (of course i don't know how to call a function in another aspx file :( ,i know to use img1.ImageURL="get.aspx" only,and i didn't find anything in the internet)
so i need help .
thank you!