I want to use
ScriptManager.RegisterClientScriptBlock(ctrlName, Page.GetType(), "msg", _script, false)
from Javascript function in
OnClientClick="CheckMaxLength(this);"
of TextBox. I want to show my custome PopUp.I am able to use it in .cs but I want it to use inside JavaScript.
OnClientClick?