K
Krzysiek
Hello All,
I have really simple form that insert data from web controls to a DB after
submit is called. This works fine but after submit when u refresh the page,
this insert is fireed again..
i use ispostback clause however it doesn't prevent runnig a code after
refresh...
e.g
sub page_load()
'form controls..
if ispostback then
DB actions
end if
end sub
thx in advance!
Krzysiek
I have really simple form that insert data from web controls to a DB after
submit is called. This works fine but after submit when u refresh the page,
this insert is fireed again..
i use ispostback clause however it doesn't prevent runnig a code after
refresh...
e.g
sub page_load()
'form controls..
if ispostback then
DB actions
end if
end sub
thx in advance!
Krzysiek