This is a bit of a tricky one.
I have a button placed in the footer of a datalist control in ASP.NET
I am going to apply an attribute to this button, to pretty much disable the button once clicked upon to prevent the user from clicking several times.
Question is, since I need to give the script (javascript) the ID of the button, how will this work since the button is actually in the datalist control in the footer? It is easily done if the button was outside but since its inside the control...im a bit stuck!nevermind, sorted! (get the ClientID of the button in the footer)
0 comments:
Post a Comment