Using javascript or jquery, how can I make a Required Field Validator control (of ASP.NET) visible. If we check the viewsource of the Required Field valiator, we can see that the visibility is false initially. $("#spanReqFieldValidator").show()
/ fadeIn()
wont work.
Any thoughts ?
From googling, I understand that jQuery has some issues with visibility attribute.