J
Jon Paal
"Page.Clientscript" does not compile in assembly, with the error message "Reference to a non-shared member requires an object
reference". ...
what reference is it looking for ??????
class class1
public sub showimg()
Dim Response As HttpResponse = HttpContext.Current.Response
Dim theImage As New object
theImage.ImageUrl = Page.ClientScript.RegisterStartupScript.GetWebResourceUrl(Me.GetType(), "img.gif")
response.write( "<img src=""" & theImage & """>")
end sub
end class
reference". ...
what reference is it looking for ??????
class class1
public sub showimg()
Dim Response As HttpResponse = HttpContext.Current.Response
Dim theImage As New object
theImage.ImageUrl = Page.ClientScript.RegisterStartupScript.GetWebResourceUrl(Me.GetType(), "img.gif")
response.write( "<img src=""" & theImage & """>")
end sub
end class