Posts

Showing posts with the label Bind List To DDL in sharepoint

Bind List To DDL (Dificulty)

private void  BindLocationsDDL ()           {               try               {                   ddlLocations.AppendDataBoundItems = true;                   // ddlLocations.AutoPostBack  = true;                   ddlLocations.Items.Clear();                   ddlLocations.Items.Add(new  ListItem ("---Select Location---", "-1"));                   // SPSecurity.RunWithElevatedPrivileges (d...