Posted on: 7/31/2014 5:03:18 AM | Views : 294

I am having an application in asp.net. I have an Master Page in it with save button in it. There are Add and Edit Form with some data entry fields in it.
My requirement is that when i perform the Manual Input on Add form and click on the Save Button, the Custom message shall come from the database that the 'save operation of add' and if the control is coming from Edit Form then Custom message shall be given that 'Save Operation of Edit' getting performed.
After the insertion takes place on the Add form the save message shall get displayed after the data getting inserted in the database, the save message shall come from the database from the message table.
How to create custom Message in My sql and then how to call it from Asp.net depending on the above condition.

Thanks
SUSHANT2014!!!

Go to the complete details ...