Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
How to check empty condition in UltraNumericEditor ?
posted

Hai i am Using ultraNumericEditor. I want to show message to the user , if ultraNumericEditor value is empty. How to do this?

For UltraTextEditor ,

i am using

  If String.IsNullOrEmpty(Trim(txtProjectNo.Text)) Then
                  txtProjectNo.Focus()
                  Messagebox.Show("Project cant be left empty")

      End If

 

What is the case for ultraNumericEditor?

Parents Reply Children
No Data