I have a RadGrid which needs to get updated from new data coming from Database once i create a new user. This grid actually shows all users existing for the Application. I have user creation form on the right panel on which when i create user after clicking Create User Account Button the left side RadGrid should get updated with the new data set. But after clicking on the button user's information is not getting updated in left RadGrid and I am getting this error
Sys.InvalidOperationException: Could not find UpdatePanel with ID 'ctl00_ctl00_ContentPlaceHolder1_divapplicationUserPropertiesPanel'. If it is being updated dynamically then it must be inside another UpdatePanel.
divapplicationProperties is the panel which is my Create User form. Can any one help me in this.
Sys.InvalidOperationException: Could not find UpdatePanel with ID 'ctl00_ctl00_ContentPlaceHolder1_divapplicationUserPropertiesPanel'. If it is being updated dynamically then it must be inside another UpdatePanel.
divapplicationProperties is the panel which is my Create User form. Can any one help me in this.