How do you.......
-
I need to grab a variable from my Load event and use it my html
tag? Example: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load myHeight = unit.pixel(sdr.Item('height') End Sub
Any kind of help would be great... Thanks in advance. Cisco2103
-
I need to grab a variable from my Load event and use it my html
tag? Example: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load myHeight = unit.pixel(sdr.Item('height') End Sub
Any kind of help would be great... Thanks in advance. Cisco2103
Where is sdr.Item('height') coming from? What is it you are trying to do? If you are trying to place a javascript variable on the page you do that using ClientScriptManager.RegisterClientScriptBlock
only two letters away from being an asset
-
I need to grab a variable from my Load event and use it my html
tag? Example: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load myHeight = unit.pixel(sdr.Item('height') End Sub
Any kind of help would be great... Thanks in advance. Cisco2103