script?
-
Dear All, I want to create a template field say texbox inside a gridview to accept marks in different 5 subjects. Marks fields should not be blank. i want to have java script to check each textbox at client side only.
sanjay kumar samantaray
-
Dear All, I want to create a template field say texbox inside a gridview to accept marks in different 5 subjects. Marks fields should not be blank. i want to have java script to check each textbox at client side only.
sanjay kumar samantaray
You can also use RequiredFieldValidator control. Best Regard pathan
---------------------------------------------------
-
Dear All, I want to create a template field say texbox inside a gridview to accept marks in different 5 subjects. Marks fields should not be blank. i want to have java script to check each textbox at client side only.
sanjay kumar samantaray
Put required field validator control within that template control and set control to validate property. You can event set validation group property (framework 2.0 or greater) for causing validation on certain events only.