Hi,
I added dynamicly infragistics webpanel in my codebehind using : placeHolder.Controls.Add(ctlWebpanel); but i got this javascript error in my ASP.net page in runtime : 'currentStyle' is null or not an object
How to set the style to remove that error ?