Hi,
I have a question about IsSelected & IsCurrent.
I have a gridview that when upon loading, the first row is selected and highlighted, so I have a pop-up contatiner that will get the current row data. But when reload that gridview again, no rows are highlighted any longer.
I've tried IsSelected and IsCurrent, but it only highlights the row with the IsSelected, but when I click on the pop-container that gets the current row data, it gives a error due to null value.
What can I do?
Thanks!