Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello all,
I want to use pop up box on text box click like naukri.com.

http://my.naukri.com/manager/createacc2.php?othersrcp=5423&wExp=N
Please tell me how to do? i used Ajax but the box size is very big.

COde//
XML
<asp:BalloonPopupExtender ID="TextBox1_BalloonPopupExtender" runat="server" BalloonSize="small" BalloonStyle="Rectangle" BalloonPopupControlID="Panel2" DisplayOnClick="true" DisplayOnMouseOver="true" TargetControlID="TextBox1"         Enabled="true" </asp:BalloonPopupExtender>
Posted
Updated 23-Apr-12 0:06am
v2

Have a look here: BalloonPopupExtender Demonstration[^]

Use properties like: BalloonStyle="Cloud" for shape, BalloonSize="Small" for size.
 
Share this answer
 
v2
Comments
Neetesh Agarwal 23-Apr-12 6:26am    
@Sandeep Mewara Thanks Sir , But i want to use rectangle box. same size as textbox.
Sandeep Mewara 23-Apr-12 7:48am    
BalloonStyle - Optional setting specifying the theme of balloon popup. (Cloud, Rectangle, Custom). Default value is Rectangle.
BalloonSize - Optional setting specifying the size of balloon popup. (Small, Medium and Large). Default value is Small.

In case the size of smallest Baloon size is big for you then you need to do it traditional way of putting a div of needed size and show on focus of textbox and hide it on focusout of textbox. Try.
Neetesh Agarwal 23-Apr-12 7:56am    
@Sandeep Mewara. Thanks I got the point
Hi,

Try visiting this link..

This will solve your problem..

http://forums.asp.net/t/1567596.aspx[^]

All the best..
 
Share this answer
 
Comments
Neetesh Agarwal 23-Apr-12 6:37am    
Thanks Amit.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900