Hi, I have the two column names of studentname, language name in datatable, now want to bind the data list control, by the way of displaying datalist control in the (StudentName:ch risty, languagename:En glish,french and so on..)
now my code is
(DataList1.Data Source = obj.GetDatalist ()
DataList1.DataB ind()}
and the result is
studentname:chr isty
languagename:en glish
studentname:chr isty
languagename:fr ench..
what could i do what i want?
please help me..
now my code is
(DataList1.Data Source = obj.GetDatalist ()
DataList1.DataB ind()}
and the result is
studentname:chr isty
languagename:en glish
studentname:chr isty
languagename:fr ench..
what could i do what i want?
please help me..