Hi. I created a MSLine chart with strXML generated from the data displayed on GridView and it works fine.
I want to update the chart when GridView is sorted but it didn't work at all.
Can anybody tell me how to run createchart() whenerver I want to pull the triger like sorted or cliked?
I tried this but this didn't work.
Protected Sub GridView1_Sorted(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.Sorted
createchart()
End Sub