Dear All,
I have a custom aspx page with treeview(checkbox nodes) that binds values from CRM database. When i click a save button in the custom aspx page i am using all the values from the checked nodes of treeview to insert back to CRM database itself.
Everything works perfect when i run the custom application independently.
But when i put the custom page to CRM server without any errors and in proper way itself (i am calling this custom page in an iframe of a form). When i click the same save button, the tree view is gone and an eeror is shown in the iframe section as 'The index must be non-negative or grater than zero'
Its because the treeview is not there after postback.....But why ? it must be there.....!!!!! its a control i have dragged it to custom page while development.....thye binding is only in runtime.....
even i commented all the codes in save button and tried all the process again....the treeview is gone after clicking the save button (but only after putting the custom page in CRM)
*This post is locked for comments
I have the same question (0)