Rank: Member Groups: Member
Joined: 9/28/2007 Posts: 20
|
Hi, Using Dialog control, would it possible to display a message like " No data found" when my query returns with no data. In all your examples, the dialog pop's up on click of a link or button. But would it possible to show the dialog on condition basis. If so, could you please explain the steps.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We provide two ways to display the dialog: via client side JavaScript or via server side code. The samples use client side JavaScript. But you can also use server side code to set the dialog's InitialState to Visible to display the dialog. Any condition logic would be implemented by your code, regardless on server side or client side.
Thanks
|