Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Cat Exam

 :) Latest Topic
AJAX
VB.NET
SQL Query
UDDI
CLASS
JavaScript Questions
SharePoint Interview
SilverLight
WCF
general knowledge
 ASP.NET
 :) Hot Jobs
 
 :) Latest Articles


  

 


Binding DropDownList with Sharepoint List data using code
Question Posted on 11 Oct 2011

Home >> SharePoint >> SharePoint SourceCode >> Binding DropDownList with Sharepoint List data using code




Below code will provide you the method that how to bind list data in sharepoint
if (!Page.IsPostBack)
{
  DataSet ds = new DataSet();
  aSPSite mySite = SPContext.Current.Site;
  SPWeb myWeb = mySite.OpenWeb();
  SPList list = myWeb.Lists["ListName"];
  DataTable DTable_List = list.Items.GetDataTable();
  DTable_List.TableName = "Table1";
  ds.Tables.Add(DTable_List);
  DropDownList.DataSource = ds.Tables["Table1"];
  DropDownList.DataTextField = "FieldName";
  DropDownList.DataValueField = "FieldName";
  DropDownList.DataBind();
  DropDownList.SelectedIndex = 0;
}
0
0



 
 Input Your Comments Or suggestions(If Any)
 Name
 Email(optional)
 Comments


Other Important Questions
How to add External Javascript, CSS, Image, Button in WepPart
How to create Custom List using Sharepoint Designer 2013
Binding DropDownList with Sharepoint List data using code
How to delete sitepage and check exists or not in sharepoint
Code to get all the server list in Sharepoint Farm






 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |