The problem:
javascript validates the gridview correctly when the gridview on the only has 1x page
javascript does not validate when the gridview has > 1 page --> i need advice on this please
im only trying to validate the controls that are already rendered on the page ,
whilst in the first case that there is only one page
there are 2 rows
row1
row2
in the case that there are more than one pages there are still two rows visible to the user
row1
row2
i'd only like to validate the page that is currently displayed and for which the rendering has taken place.
is it thus that client side validation can never work, if the gridview has multiple pages?
i'll email a Northind demo if someone will look at it
javascript validates the gridview correctly when the gridview on the only has 1x page
javascript does not validate when the gridview has > 1 page --> i need advice on this please
im only trying to validate the controls that are already rendered on the page ,
whilst in the first case that there is only one page
there are 2 rows
row1
row2
in the case that there are more than one pages there are still two rows visible to the user
row1
row2
i'd only like to validate the page that is currently displayed and for which the rendering has taken place.
is it thus that client side validation can never work, if the gridview has multiple pages?
i'll email a Northind demo if someone will look at it