gridview.sort crashes my server

G

Guest

When I create a gridview in code and use these as my event handlers my server
crashes. Can anyone point me in the right direction?

protected void gridview_OnSorting(Object sender, GridViewSortEventArgs e)

{

gridView.Sort(e.SortExpression, e.SortDirection);

}

protected void gridview_OnSorted(Object sender, EventArgs e)

{

gridView.DataBind();

}
 
G

Guest

wow, no body has anything at all to say about this. So is the only way to get
real support to pay for it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top