How to add buttons inside PopUps?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am currently using the below custom popup control.(ASP.NET,Language used is C#) http://www.codeproject.com/aspnet/asppopup.asp[^] But i am not able to add Ok and CANCEL buttons inside the pop up.I cant use alert since i need to change the color and include title, which cannot be done in alert. Can anyone help me out in this and suggest me with a better idea.:( Mads