ASP2 how do i get my data from data list
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
all these fail, the datalist has the data on the page but i cant get at it. It worked fine in asp.net string test = Parent.Controls[0].FindControl("dtlList").FindControl("txtID") TextBox txt = ((TextBox)e.Item.FindControl("txtLastname2")).Text; string fart = Parent.FindControl("txtLeadID2").ID; if (((TextBox)e.Item.FindControl("txtLeadID2")).Text.Length > 0) { leadID = Convert.ToInt32(((TextBox)e.Item.FindControl("txtLeadID2")).Text); }