I tried to set
string x = "<input/>";
Page.Title = x ;
when the window is opened, the page title displays an input box.
I also tried this
string x = "<input/>";
Page.Title = Server.HtmlEncode(x);
the title is still the same.
i want the title to display the string "<input/>" at the title of the rad window.
string x = "<input/>";
Page.Title = x ;
when the window is opened, the page title displays an input box.
I also tried this
string x = "<input/>";
Page.Title = Server.HtmlEncode(x);
the title is still the same.
i want the title to display the string "<input/>" at the title of the rad window.