Blank New Records

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
wangyonggang
User
Posts: 11

Blank New Records

Post by wangyonggang »

Dears,

Although I set the required fields. But When I try to submit the form, it can be stored the blank record into the database.

I don`t think it can do like this. Could you tell me the reasons?

By the way, the button 'Cancel' does not work. When I click the 'Cancel', nothing done.

Thanks for quick response.


MichaelG
User
Posts: 1110

Post by MichaelG »

Please make sure that you have enabled both ASP.NET -> Validation -> Server-side / Client-side.


wangyonggang
User
Posts: 11

Post by wangyonggang »

It works after set enabled both ASP.NET -> Validation -> Server-side / Client-side.
However,'Cancel' does not work. When I click the 'Cancel', nothing done. I think it should be returned to List page. But Nothing done.


MichaelG
User
Posts: 1110

Post by MichaelG »

Try setting Return Pages for add/edit pages to list page.


wangyonggang
User
Posts: 11

Post by wangyonggang »

It is OK after F12 checking JS error.


Post Reply