Hi friends
I am trying to add a updatepanel in ListView using ajax. In this application i am using both AlternatingItemTemplate and ItemTemplate but when we try to put code for update panel in both AlternatingItemTemplate and ItemTemplate it show error at contentpanel that AlternatingItemTemplate already contains a definition for 'FileUpload1'. I want to know how to solve this problem.
Thank you.
Loading

Keyur NarkhiPosted May 17, 2012, 1:26 AM
Please follow this URL,gives you an good idea.
http://blog.sanibellogic.com/post/2008/05/12/ListView-ItemTemplate-and-AlternatingItemTemplate.aspx
Hope this helps
Thanks