Here Mudassar Ahmed Khan has explained with an example, how to implement a feature similar to the Windows Forms MessageBox.Show function in ASP.Net using C# and VB.Net.
Since ASP.Net is a Web technology i.e. Client Server technology, the messages needs to be displayed with the help of JavaScript Alert Message Box where JavaScript is a Client Side script which runs within Browser.
↧