This topic is locked

Seerver Side form validation

1/31/2009 3:21:55 PM
Suggestions
N
ndchand17 author

By putting small effort Server side validation can be implemented, and this thing is lacking in all versions of ASP/PHP runner.

Sergey Kornilov admin 2/18/2009

Use BeforeAdd/BeforeEdit events for this purpose.

A
a.daniello 2/19/2009

Use BeforeAdd/BeforeEdit events for this purpose.


Can you send an example? How i can print a message and redirect to add page with inserted values?

A
a.daniello 2/19/2009

Many thanks