Friday, April 27, 2012

MessageBox in asp.net using Javascript and c#

 ScriptManager.RegisterStartupScript(this, this.GetType(), "new", "alert('Data saved successfully!');", true);

No comments:

Using Authorization with Swagger in ASP.NET Core

 Create Solution like below LoginModel.cs using System.ComponentModel.DataAnnotations; namespace UsingAuthorizationWithSwagger.Models {     ...