how to reduce Space of below side in Balloon PopupExtender in ajax?
Refer this article
ASP.Net AJAX Balloon Popup Extender Example: Cloud Rectangle and Custom Oval Styles
and set the height and width in style
<cc1:BalloonPopupExtender ID="BalloonPopupExtender1" TargetControlID="TextBox1" UseShadow="true" DisplayOnFocus="true" Position="BottomRight" BalloonPopupControlID="Panel1" BalloonStyle="Custom" CustomCssUrl="~/Styles/Css.css" CustomClassName="oval small" runat="server" />
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.