Hi
IM sure there's an easy way round this....
If I populate a gridview by eg, selecting a value from a dropdown list, then I want to show the total number of records in that gridview, i have a textbox which i set to
lbTotal.Text = Convert.ToString(gridview.Rows.Count);
Problem is, is only shows the total for what was previously in the gridview, not whats in there currrently.