Help me!Why my datalist can't display binding data?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am troubled with my datalist which can't display binding data I am looking for your help. In .ascx, I defined a datalist In .ascx.vb,I have following codes ds = ConvertDataReaderToDataSet(ams.GetArticles("", "", "", "", "", 1, 0)) myList.DataSource = ds.Tables(0).DefaultView myList.DataKeyField = "ID" myList.DataMember = "Title" myList.DataBind() *GetArticles() is a store-process which return datareader Please help me . I'll be online waiting...:((