[CLOSED] Empty Alert from Server Side

  1. #1

    [CLOSED] Empty Alert from Server Side

    Dears,

    Why I'm getting empty Alert Box when trying the following code from server behind:

    Dim ErrorMsg As String = ""
                
    If falg=true Then
    	ErrorMsg &= "<br/>Flag equal true"
    End If
    
    If ErrorMsg <> "" Then
    	Ext.Net.X.Msg.Alert("Error", ErrorMsg ).Show()
    Else
    	' Success  
    
    End If
    What is the problem?

    Regards,
    Ali Alaswad
    Last edited by fabricio.murta; Aug 23, 2016 at 10:54 PM.
  2. #2
    Sorry, problem solved. Mark as closed.
  3. #3
    Hello!

    Glad you could solve your issue! Well, with the code you provided we'll hardly have a chance to provide a proper feedback, we'd need a runnable test case. Anyway, we'd love if you shared how you could address the issue you pointed. Could be useful for others in the future.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] X.msg.alert: Server side vs Client side
    By FpNetWorth in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 28, 2012, 9:17 AM
  2. Replies: 14
    Last Post: Nov 26, 2012, 7:33 PM
  3. Replies: 1
    Last Post: Apr 01, 2012, 3:42 PM
  4. [CLOSED] multiselect empty on server side
    By alexp in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 15, 2010, 5:18 PM
  5. Replies: 3
    Last Post: Dec 15, 2010, 2:07 PM

Posting Permissions