private void Page_Load(object sender, System.EventArgs e){ // The array string[] urls = { "http://www.dotnetspider.com", "http://msdn.microsoft.com", "http://www.google.com" };// Set the DataSource to the arrayDataGrid1.DataSource = urls;// And bindDataGrid1.DataBind();}