How to add buttons inside PopUps
-
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
-
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
Have you tried deriving from this control and adding the buttons (and the code that goes behind) there? ps: this should go to the C#/VB.NET7.NET forum. It has nothing to do with ASP.NET
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
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
-
Have you tried deriving from this control and adding the buttons (and the code that goes behind) there? ps: this should go to the C#/VB.NET7.NET forum. It has nothing to do with ASP.NET
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
CWIZO wrote:
ps: this should go to the C#/VB.NET7.NET forum. It has nothing to do with ASP.NET
Just wondering how you came to that conclusion :confused:
Woops. I just glanced at the article and thought that its for Windows Forms. My bad.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!