|
|
|
start date: Tue, 21 Aug 2007 10:22:04 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Carlos Sosa Albert betun (arroba) hotmail
|
|
2
Carlos Sosa Albert betun (arroba) hotmail
|
|
3
Mark Rae [MVP]
|
|
4
George Ter-Saakov
|
|
5
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
|
Message box
Hi guys,
I used to have some nice code to manage message box in ASP.NET but I lost it
somehow...
Would anybody give remember where to get it?
Thanks a lot!
--
____________________________
Carlos Sosa Albert
Date:Tue, 21 Aug 2007 10:22:04 -0700
Author:
|
Re: Message box
Yes.
--
____________________________
Carlos Sosa Albert
"Mark Rae [MVP]" wrote:
> Presumably you're talking about JavaScript alerts...?
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net
Date:Tue, 21 Aug 2007 10:58:04 -0700
Author:
|
Re: Message box
"Carlos Sosa Albert" <betun (arroba) hotmail> wrote in message
news:74995C6B-F372-471A-82E6-ABE4B77C484D@microsoft.com...
>> Presumably you're talking about JavaScript alerts...?
>
> Yes.
OK, well JavaScript alerts run client-side, so they need to be in your
client-side markup e.g.
<script type="text/javascript">
alert('Hello');
</script>
You can either do this manually, or use this:
http://msdn2.microsoft.com/en-us/library/z9h4dk8y(VS.80).aspx
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Date:Tue, 21 Aug 2007 19:18:26 +0100
Author:
|
Re: Message box
Go to codeproject.com and search there.
There are couple i liked
George.
"Carlos Sosa Albert" <betun (arroba) hotmail> wrote in message
news:58EFA7CC-7764-4B6A-92F3-108DCC141C08@microsoft.com...
> Hi guys,
>
> I used to have some nice code to manage message box in ASP.NET but I lost
> it
> somehow...
>
> Would anybody give remember where to get it?
>
> Thanks a lot!
> --
> ____________________________
> Carlos Sosa Albert
Date:Tue, 21 Aug 2007 14:27:36 -0400
Author:
|
Re: Message box
I created a free MessageBox control for ASP.NET.
It's located here along with a couple related controls and detailed
descriptions:
http://SteveOrr.net/articles/ClientSideSuite.aspx
--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Carlos Sosa Albert" <betun (arroba) hotmail> wrote in message
news:58EFA7CC-7764-4B6A-92F3-108DCC141C08@microsoft.com...
> Hi guys,
>
> I used to have some nice code to manage message box in ASP.NET but I lost
> it
> somehow...
>
> Would anybody give remember where to get it?
>
> Thanks a lot!
> --
> ____________________________
> Carlos Sosa Albert
Date:Wed, 22 Aug 2007 02:51:49 -0700
Author:
|
|
|