GridView, CausesValidation

W

WhiskeyRomeo

I am working through a book on ASP.Net, I added a GridView and SQLDataSource.
Everything worked as expected upon debugging. The rows were displayed with
the Update and Delete buttons on each row. Upon pressing update button on a
row, the row did go into edit mode. Changine a few fields and pressing
Update
resulted in nothing happening.

In looking at the book's solution it has a entry for each command button as
follows:

CausesValidation="False"

Adding this property to each command button results in the GridView working
properly. It is as if this line should say AutoPostBack="True".

If this property is required, why isn't automatically entered when dropping
a GridView on the design surface?

If you set CauseValidation="True", again the Update button does not cause a
postback even if you turn the updatable columns into template columns and
create a RequiredField validator for each.

WR
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top