Can u pls advise me how to display the rad alert window on certain condition (VB-codebehind)
For EX:
For EX:
If
LstCPVStatus.SelectedValue = 0 Then
MsgBox1.alert("Select CPV Status") // this is some third pary control
Exit Sub
End If
Similaryly i need to use the radalert on this condition.How can i display with the above alert msg ..
thanks & regards