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

How to set RadWindow title dynamically

1 Answer 382 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ricky
Top achievements
Rank 1
Ricky asked on 15 Dec 2007, 09:30 AM
Hi, in the example "Using RadWindow URL to supply server arguments" at http://localhost:8301/radcontrols_prometheus/Window/Examples/UsingURLForServerArguments/DefaultCS.aspx, I observe you set Window's title according to the Customer's ID.

But I cannot find where you set it. Could you give me a hint?

Thanks,
Ricky.

1 Answer, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 15 Dec 2007, 11:25 AM
Hello Ricky,

The window title in this example is set in the code-behind of the dialog page DialogCS.aspx.cs/DialogVB.aspx.vb with the following code Page.Title = "Details for Customer ID: " + Request["CustomerID"];

Let us know if you have any further questions.

Regards,
Petya
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Ricky
Top achievements
Rank 1
Answers by
Petya
Telerik team
Share this question
or