Hi, I got one masterpage and one content / child page having gridview control
I want to do client side validations using javascript, can anyone suggest me where i have to do this.
i.e.., either in masterpage or in content page
(I know that only at the <head> tags we can include javascript file, but in content pages there are no html tags, please suggest),
i don't want to use server side validation controls , and i want to validate the server side controls in gridview