V
Vlad
Hello,
I have a DataBind event handler and want to find some control by
it's ID in a current row ObjectListItem (...EventArgs.ListItem).
I do as curtain MSDN - use ObjectListItem.FindControl("id") but method
returns me null. I used to use this FindControl technique
in Web forms but seems like it doesn't work in mobile forms ?
Also I've discovered that ObjectListItem.Controls.Count = 0 too,
so of course it doesn't find anything, but how to do it ???
Thanks,
Slava
I have a DataBind event handler and want to find some control by
it's ID in a current row ObjectListItem (...EventArgs.ListItem).
I do as curtain MSDN - use ObjectListItem.FindControl("id") but method
returns me null. I used to use this FindControl technique
in Web forms but seems like it doesn't work in mobile forms ?
Also I've discovered that ObjectListItem.Controls.Count = 0 too,
so of course it doesn't find anything, but how to do it ???
Thanks,
Slava