Hi,
In the insert command, i am cancelling the insert event on a condition. However i would like to show the message in red color and different font. I have used the code as below:
How to achieve this?
In the insert command, i am cancelling the insert event on a condition. However i would like to show the message in red color and different font. I have used the code as below:
radgrid1.Controls.Add(new LiteralControl("Please enter the Data before Inserting the data")); e.Canceled = true; return;How to achieve this?