hi, all
in windows application vb.net only
if some fields must have values
i.e. firstname, lastname
i had done it through error provider
if i don't enter values in those txtboxes then
it show error
if that errors are not sticky,
means after that when i press submit button
code of submit button get executed.
if error on form then we can't enter that record
till we enter valid data..
do u have any idea?
any help will be appriciated
in windows application vb.net only
if some fields must have values
i.e. firstname, lastname
i had done it through error provider
if i don't enter values in those txtboxes then
it show error
if that errors are not sticky,
means after that when i press submit button
code of submit button get executed.
if error on form then we can't enter that record
till we enter valid data..
do u have any idea?
any help will be appriciated
Comment