c# - Can't access GridViewRowEventArgs event handler -
i need evaluate rows in gridview on databoundevent strangely instead of getting gridviewroweventargs in parameters list of event handling method eventargs. if alter event type in method signature project not compile saying expected eventargs. problem?
be careful , try not confused onrowdatabound , ondatabound events grid view.
also this might help.
Comments
Post a Comment