Dear all,
I'm calling another window as a popup from asp.net with javascript function, but the thing is that is doing postback through LinkButton:
LinkButton1.Attributes.Add("onClick", "hape('displ_descr.aspx?par=" & Label2.Text & "');")
How can I pass the parameter PAR from javascript not through vb like above.
Thanks,
probani
I'm calling another window as a popup from asp.net with javascript function, but the thing is that is doing postback through LinkButton:
LinkButton1.Attributes.Add("onClick", "hape('displ_descr.aspx?par=" & Label2.Text & "');")
How can I pass the parameter PAR from javascript not through vb like above.
Thanks,
probani