This is a migrated thread and some comments may be shown as answers.

rad alert window

1 Answer 115 Views
Window
This is a migrated thread and some comments may be shown as answers.
Abdul Kadar
Top achievements
Rank 1
Abdul Kadar asked on 18 Oct 2008, 10:35 AM
Can u pls advise me how to display the rad alert window on certain condition (VB-codebehind)

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

 

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 20 Oct 2008, 06:42 AM
Hello Abdul,

RadWindow's radalert can be directly called on the client only - just like the standard browser's alert. More information on the subject and possible approaches for your case is available in the following KB article:

http://www.telerik.com/support/kb/article/b454K-gtd-b454T-cec-b454c-cec.aspx




All the best,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Abdul Kadar
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or