iam using Asp.Net 2010 and MVC3 framework..I am new to this.
When user registers in page i want show “Registered Successfully ” Alert Message..
How to do this ?
So please help on this…
iam using Asp.Net 2010 and MVC3 framework..I am new to this. When user registers
Share
Then you can use JsonResult in MVC3 with jquery support in code behind, referring to this link will give you more details How to display “Message box” using MVC3 controller