Posted on: 2/12/2015 12:59:17 AM | Views : 484

I have problems for loading data from draft in my project.
On the homepage (Default.aspx) under the tab "Drafted", when I want to edit the drafted data on another page (DraftRegister.aspx), it didn't show up the drafted data, just only empty and default values.

Can help me check what's wrong with the source code and code behind of DraftRegister.aspx?
Source code:
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <br /> <div class="form-group"> <table> <tr> <td style="width: 70px"> ...

Go to the complete details ...