I have a Gridview Which as you know it was sorted by Ascending by default.
Now i want Gridview to Sorting Descending On Load,,,
i want somthing like Below:
protected void Page_Load(object sender, EventArgs e)
{
Gridview1.Sortdirection = Descending;
}
Do you understand what im Saying?!
Asp.Net C#
Help Me if you can