Instead of DataBinder.Eval use DataRowView

<%# ((DataRowView)Container.DataItem)["name1"] %>

This OneĀ  is theĀ  Best One……..While using DataBinder.Eval()

If your Record exeecds than 100 Rows..It Will become a Problem.More duplication Will Occur.

Leave a Comment