How to get user control defined by EditFormSettings when edit command button clicked?
I'm using a user control to update data, and setting EditFormSettings like this :
when "Edit" button clicked, the area defined in my webusercontrol is toggled, but the data was not loaded into the edit area, and just like this:
I used OnDataBound method to look for the usercontrol, but it does not work. and the code is like this:
In the function, the value of userControl is null
how to solve this problem?