Link to home
Start Free TrialLog in
Avatar of bergertime
bergertime

asked on

asp.net 2010 vb formview

I have a formview that does an insert.  When user inserts a duplicate key, it errors out, how can I catch this?  Something like this?

formview1.itemInserting.......
label1.text = "Item already exists"
end sub

I just can seem to find the right event.
Avatar of nishant joshi
nishant joshi
Flag of India image

you can use on text change event of textbox,
ASKER CERTIFIED SOLUTION
Avatar of gery128
gery128
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial