Hi
Using ajax control we can display very nice ballon popup like this
<asp:Panel ID="Panel2" runat="server">
This Balloon Popup uses the Cloud style.
</asp:Panel>
<ajaxToolkit:BalloonPopupExtender ID="PopupControlExtender2" runat="server" TargetControlID="MessageTextBox"
BalloonPopupControlID="Panel2" Position="BottomRight" BalloonStyle="Cloud" BalloonSize="Small"
UseShadow="false" DisplayOnClick="true" DisplayOnFocus="true" />
I hope it will help to create nice web base portal.
Reblogged this on Sutoprise Avenue, A SutoCom Source.