Introduction:
Hi…Here I have to share the css code for ajax callout extender…
Description:
Intially you have to write this below css code and copy images to the seprate
folder..
Code:
<asp:ValidatorCalloutExtender ID="ValidatorCalloutExtender1" Enabled="True"
CssClass ="customCalloutStyle"
runat="server"
TargetControlID ="RequiredFieldValidator1" PopupPosition="Right" CloseImageUrl
="~/images/clo.png" WarningIconImageUrl ="~/images/war.png" >
</asp:ValidatorCalloutExtender>
|
CSS:
<style type="text/css">
.customCalloutStyle div, .customCalloutStyle td{
border: solid 1px Black;
background-color:#07888E;
color:White;
}
</style>
|
Images
Sample image:
I hope this one helpful to all…….
0 comments:
Post a Comment