<
asp:DropDownList
ID
=
"DropDownList1"
runat
=
"server"
>
<
asp:ListItem
Value
=
"1"
Text
=
"2"
></
asp:ListItem
>
<
asp:ListItem
Value
=
"3"
Text
=
"4"
></
asp:ListItem
>
</
asp:DropDownList
>
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
AjaxFrameworkMode
=
"Enabled"
>
</
telerik:RadScriptManager
>
<
asp:DropDownList
ID
=
"DropDownList1"
runat
=
"server"
>
<
asp:ListItem
Value
=
"1"
Text
=
"2"
></
asp:ListItem
>
<
asp:ListItem
Value
=
"3"
Text
=
"4"
></
asp:ListItem
>
</
asp:DropDownList
>
Ajax ModalPopupExtender with Rad dock client command click
On clicking the raddock i lkie to have a Modalpopup filled with some controls.
Hello,
I’m having an issue in my application with the Captcha audio. When you first navigate to the page with the Captcha and you click on the “Get Audio Code” link, the audio doesn’t work.
However, when you click the “Generate New Image” link and then click “Get Audio Code” link it works.
Thanks
Hi,
I have this column in my grid:
<
Telerik:GridBoundColumn
UniqueName
=
"OrderDate"
DataField
=
"OrderDate"
DataFormatString
=
"{0:g}"
DataType
=
System
.DateTime" />
According to http://msdn.microsoft.com/en-us/library/az4se3k1.aspx the "g" standard format specifier represents a combination of the short date ("d") and short time ("t") patterns, separated by a space. It should render (in my locale) as "yyyy-MM-dd hh:mm", but the column wrongfully includes the seconds in the rendered text (it is rendered like this: "yyyy-MM-dd hh:mm:ss)". What am I doing wrong?
TIA.