↧
i want to retrive one column data of a table in database and store that data...
Hi there,You can refer below script,protected void Page_Load(object sender, EventArgs e) { Header.Title = "Just for Test"; DataTable dt = GetProjectList(); GridView1.DataSource = dt;...
View Articlei want to retrive one column data of a table in database and store that data...
Hi there--Is your question related to Microsoft Project Server customization? Looks like that you have erroneously posted your question in a user forum dedicated to Project server . I would suggest...
View Article