Hi
I have some java script code, which needs to run against my gridview when it loads up to the page. The gridview itself is dynamically added to the page through a user control.
To apply the script, I have written the following code, which is applied using page pre render method: gridview1.attributes.add["onload"] = "configureGridview()";
The JavaScript function itself is on the master page. I do have other javascript functions on my master, and these all work but this one!
Please help!!!!