' Ensure that image and all text will be rendered
' regardless of possible small values of Width and Height of control
Me.WebImageButton1.Overflow = Infragistics.WebUI.WebControls.ButtonOverflow.NoWordWrap
' Note: if codes above are written within aspx, then it reduces the size of hidden ViewState passed to client