Posted on: 5/14/2015 5:10:30 PM | Views : 693

Hi ,
<div class="comment-right-col"> <div> I have two pages Substitution.aspx and substitutionconfirmation.aspx . These two pages has same controls. After submitting Substitution.aspx email will pass to all teachers  and managers . In email manager has the link to navigate to substitutionconfirmation.aspx.  Manager able to see user input through controls in read only form and able to accept or decline request . If accepted or decline need to save in table. Please tell me how to archive this .Please need code it is very urgent Please reply soon :)
my substitutionconfirmation.aspx page :
<asp:Panel ID="Panel1" runat="server" BackColor="White" style="border: 1px solid #000; width: 700px; height:500px;">
<table class="auto-style13" width="500px" > <tr> <td class="auto-style76"></td> <td ...

Go to the complete details ...