Click here to Skip to main content
15,915,509 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I would like know how to display the trigger message in UI in any Control

How to Display Sql Trigger messages in front end(UI) of label or any another control in asp.net


Thank you...
Posted

1 solution

Hi,

Insert required messages in a table. Write these insert messages in trigger itself with some indications. And then use those messages in your front end as per your requirement.


hope this will help you.


Cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900