Hi;
We inherit our Asp.Net pages from a page which is called PageBase instead of System.Web.UI.Page . PageBase which has controls over buttons and other things on the page also is inherited from System.Web.UI.Page. Well; the problem starts from here;
When we tried to write the example from " http://localhost:8301/radcontrols_aspnetajax/controls/examples/integration/gridandradasyncupload/defaultcs.aspx?product=upload " page our RadGrid1_InsertCommand is not fired. However; whenever Asp.Net pages are inherited from System.Web.UI.Page, RadGrid1_InsertCommand is fired. How can i solve this issue? Why this happens?
We inherit our Asp.Net pages from a page which is called PageBase instead of System.Web.UI.Page . PageBase which has controls over buttons and other things on the page also is inherited from System.Web.UI.Page. Well; the problem starts from here;
When we tried to write the example from " http://localhost:8301/radcontrols_aspnetajax/controls/examples/integration/gridandradasyncupload/defaultcs.aspx?product=upload " page our RadGrid1_InsertCommand is not fired. However; whenever Asp.Net pages are inherited from System.Web.UI.Page, RadGrid1_InsertCommand is fired. How can i solve this issue? Why this happens?