This program can improve the display effect of asp.net's verification control, replace the original boring interface prompts with more user-friendly bubble prompts, and has a "close prompt" function, which effectively solves the problem of one input box with multiple When validating the control, the defect that the error message is not displayed in the same place also effectively solves the problem that the validation control occupies the page prompt information space.
[Function adjustments and improvements:]
1. Use cs code to call the control instead of the original method of inserting script code in the aspx file;
2. The effect tips have been increased to 3 types, namely rightpoptip (right bubble), toppoptip (head bubble), and buttompoptip (bottom bubble);
3. Add automatic closing and fade-out effects for prompts;
4. Add shutdown waiting time control;
5. Automatically support virtual directories and sites;
6. Scalability, add the config.xml file configuration, which can be freely expanded, but note: you need to restart IIS after modifying config.xml because the caching mechanism is used.