Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gridview sorting problem

Status
Not open for further replies.

vcllvc

Programmer
Jul 12, 2001
136
US
I have a gridview which is bound to a sqldatasource and all the columns are sortable.

In the gridview, there is a column which the data is not coming from the datasource and I have to assign it on each databound event. The data is from Active Directory.

The problem is when I try to sort by the above column, I got a error said "Could not find column xyz"

Does anyone know how to fix it or where should I look into it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top