Click here to Skip to main content
15,888,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to change the style of validation call out extender in asp.net.
Posted

Hello Manas,

Please go through this[^] link to know more about how this can be done.

Below list represents the names of the various css rules that you will have to override.

  • .ajax__validatorcallout_popup_table: The popup table.
  • .ajax__validatorcallout_popup_table_row: The popup table row.
  • .ajax__validatorcallout_callout_cell: The callout cell.
  • .ajax__validatorcallout_callout_table: The table in the callout cell.
  • .ajax__validatorcallout_callout_table_row: The callout table row.
  • .ajax__validatorcallout_error_message_cell: The error message cell.
  • .ajax__validatorcallout_icon_cell: The warning icon cell.
  • .ajax__validatorcallout_close_button_cell: The close button cell.
  • .ajax__validatorcallout_arrow_cell: The arror cell.
  • .ajax__validatorcallout_innerdiv: Inner div of a cell. Used in the close button cell and the arrow cell.

Regards,
 
Share this answer
 
Comments
M.R.A. 9-Jul-13 4:39am    
thanks

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