document.getElementById("<%=TextBox1.ClientID%>").value;
we ryt this in script.
is there any way from which i can call one javascript function for all
texboxes which need same kind of validation.i mean by parameter like
function isvalid(value)
{
validation
}
could call it like isvalid(textbox1)
is it possible
if yes how?
