LeoLionHeart
Programmer
Hi there I have a datagrid with 5 columns the 5th column currently holds a image button. This image button is a image of a date control and I want it to open a popup window using javascript, which leads on to my problem.
Firstly I cannot add attributes to this button such as on page load
Also, how do I attach the javascript/link to my template column?
Firstly I cannot add attributes to this button such as on page load
Code:
Me.btnDate.Attributes.Add("onclick", "Popup();")
Also, how do I attach the javascript/link to my template column?