A
April
Hello,
I'm fairly new to this whole ASP.NET world, so please bear with me. I have an ASP.NET .aspx page. I written most of the functionality in the code-behind .aspx.cs file. But, now I need to pop up a message box from my C# code-behind code. I don't know how to do this and haven't been very successful in finding any online help.
It's basically:
if (valid == false)
{
[code to pop up the message box here]
}
Any suggestions?
Thanks.
I'm fairly new to this whole ASP.NET world, so please bear with me. I have an ASP.NET .aspx page. I written most of the functionality in the code-behind .aspx.cs file. But, now I need to pop up a message box from my C# code-behind code. I don't know how to do this and haven't been very successful in finding any online help.
It's basically:
if (valid == false)
{
[code to pop up the message box here]
}
Any suggestions?
Thanks.