Urgent!! DataGrid OnSortCommand not fire if UserControl is added in the ASPX

º

ºa¤Ö

Dear All Experts

I faced a problem, I had developed a UserControl (just a simple display the
website logo), and added into a ASPX page.
Inside the ASPX, i have a DataGrid control, and it contains OnSortCommand
defined.
However, when I try to sorting the datagrid, no any event is fired up. I
found that if I removed the UserControl from the ASPX page, the
OnSortCommand is executed, if the UserControl is added backed into the ASPX,
the OnSortCommand will not fired up again....

Did you face this problem before and how to solve it?

Thanks
 

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