Click here to Skip to main content
15,886,199 members

Comments by Member 382571 (Top 3 by date)

Member 382571 13-Feb-12 8:05am View    
Deleted
yes, i have this namespace but everytime i get this error message:

cannot convert from 'System.Web.UI.ControlCollection' to 'System.Collections.Generic.IEnumerable-system.web.ui.control-'

Is it a problem with Web.UI.Control ?
Member 382571 13-Feb-12 5:33am View    
Deleted
cannot convert from 'System.Web.UI.ControlCollection' to 'System.Collections.Generic.IEnumerable'
@ list.AddRange( list[i].Controls )
@ list.InsertRange(i + 1, list[i].Controls)
???
Member 382571 10-Feb-12 8:12am View    
Deleted
cannot convert from 'System.Web.UI.ControlCollection' to 'System.Collections.Generic.IEnumerable<system.web.ui.control>'
@ list.AddRange( list[i].Controls ) ???