or
<NestedViewTemplate> <asp:Label ID="CurrentUser" runat="server" Text='<%# Bind("user_id") %>' Visible="false"></asp:Label> <asp:SqlDataSource ID="sqlds_SelectedUser" runat="server" ConnectionString="<%$ ConnectionStrings:M_ConnectionString %>" SelectCommand="SELECT * FROM [d_users] WHERE ([user_id] = @user_id)"> <SelectParameters> <asp:ControlParameter Name="user_id" Type="Int32" ControlID="CurrentUser" PropertyName="Text" /> </SelectParameters> </asp:SqlDataSource> <asp:FormView ID="form_DUser" runat="server" DataKeyNames="user_id" DataSourceID="sqlds_SelectedUser" Width="100%">....Dir sir,
I want set value RadateTimePicker with javascript:
var
radStartTime = $find("<%= RadDateTime_BD.ClientID %>")
radStartTime.set_selectedDate(
"2010,2,2,8,30,0");
But not working,
Can you help me?
Thanks for support,
Brgs,