I want to check that a textbox doesnt have more than one decimal point (in gridview) without using validation or javascript,
I want check this on textchanged…
I have kept validation, filter ajax extender and all that but I wnat it here
protected void txtqty_TextChanged(object sender, EventArgs e)
{
}
Here ya go…