I have unique constraints on my table, and if the user tries to insert into the table duplicate data, i'd like to append any error text generated by Oracle to my label
<asp:Label id="lblError" runat="server"></asp:Label>
surely this is a simple thing to do... sorry