FROM the server or ON the server?  Why in the world would you want to display a mssagebox on the server?

On 8/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Thanks for the reply. The answer is from the server.


[AjaxPro.AjaxMethod()]
public static Int32 AJaxGetImageCount()
{
....
ShowMessageBox( "Hello World!" );
....
}

public static void ShowMessageBox( String strMsg )
{
<C#.Net code comes here>
}




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to