J
jdrott1
hi all,
i'm trying to click a link on my main page and perform another link
click on the redirected page. the second page loads a datagrid based
on a link click. how would i redirect to page 2 and select the
button?
Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As
System.EventArgs)
Response.Redirect("products.aspx?=lkbutton2.performclick()")
End Sub
i'm trying to click a link on my main page and perform another link
click on the redirected page. the second page loads a datagrid based
on a link click. how would i redirect to page 2 and select the
button?
Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As
System.EventArgs)
Response.Redirect("products.aspx?=lkbutton2.performclick()")
End Sub