J
jonny
I have a webform with a iframe on it. When I click a button I want to
show a webform called frmExample inside the iframe. I am having
trouble with the code to call a form inside the iframe.
Here is what I have so far...
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As
EventArgs) Handles Button1.Click
iFrameReport.Visible = True
iFrameReport.Attributes("src") = frmExample.aspx
End Sub
(I am going to list this question in the VB.net group also because I
am not sure which group is best for this question)
show a webform called frmExample inside the iframe. I am having
trouble with the code to call a form inside the iframe.
Here is what I have so far...
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As
EventArgs) Handles Button1.Click
iFrameReport.Visible = True
iFrameReport.Attributes("src") = frmExample.aspx
End Sub
(I am going to list this question in the VB.net group also because I
am not sure which group is best for this question)