Kings dhinesh

Kings dhinesh

  • NA
  • 3
  • 775

How to delete the Duplicate Records in SQL?

Aug 3 2015 8:17 AM
How to delete the Duplicate Records in SQL?

Answers (4)

1
Abhay Shanker

Abhay Shanker

  • 217
  • 8.6k
  • 4.4m
Jun 14 2014 11:34 AM
You need to add reference of System.Window.Form, that would give to add MessageBox in your asp.net application.

but the best approach to show message in asp.net is to use javascript from server side as below

Page.ClientScript.RegisterStartupScript(this.GetType(), "click","alert('Registraton Successfully Completed');");
        }
1
Satyapriya Nayak

Satyapriya Nayak

  • 0
  • 39.3k
  • 13.3m
Jun 14 2014 9:35 AM
http://www.codeproject.com/Articles/8173/A-Simple-ASP-NET-Server-Control-Message-Box-Confir
http://www.codeproject.com/Articles/7525/Simple-MessageBox-functionality-in-ASP-NET
http://www.codeproject.com/Tips/370157/A-Windows-Form-like-MessageBox-for-ASP-NET-Website
http://www.how-to-asp.net/messagebox-control-aspnet/